I'm trying to open and url from my WebGL build with:
`Application.OpenURL("...");`
but what happens is that i'm not leaving my domain to the referred url but webgl is adding the url to the current page.
For example i'm running my game on http://www.mydomain.com/gamefolder/mygame.html
and i click on the raycasted gameobject to open the link: http://www.thelinkiclicked.com
webgl loads the page: http://www.mydomain.com/gamefolder/www.thelinkiclicked.com
giving me the error 404 page not found of course. how can i solve this problem?
Thanks
↧