Question

I am using Application.OpenURL , for opening a url, it works fine. But the problem is it will also bring the browser application to the front. I just want to open the url in background.. Is there any way to do this. Thanx for any help.

Was it helpful?

Solution

If you use Application.OpenURL it will open the browser on the foreground and there isn't much that you can do about it.

If you just want to get the content of an URL you can use the WWW class. This will let you get the content but will not open it in the browser.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top