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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top