Application.ExternalEval("window.open('" "') not working in Safari browser

Hi,

Open a new browser window from unity using Application.ExternalEval(“window.open('” + str_url + "') is not working in Safari browser, its opening a new tab instead of window. But its working fine in IE, Firefox & Crome browsers.

Could you please let me know the solution.

What if you call

Application.ExternalEval("window.open('"+str_url+"', '_blank')")

instead?

I know when doing javascript in browser, safari has some quirks when you try to open windows/tabs… Usually comes down to a user-setting and there might not be anything you can do if you want to it work in general.

hey did this work? cause i used it ,but it didnt work.even i try some other method butt its only working in chrome in IOS not safari.