Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top