Android : Open the phones web browser

I’m testing an Android app on an HTC Desire.
I’m trying to open up the phone’s browser from my app using

Application.OpenURL(“http://www.url.com”);

Yet nothing happens?
Is there another way to open the phone’s web browser?

1 Answer

1

OpenURL is a pro only function, so if you don’t have the Android Pro license nothing will happen. You can probably write a simple java plugin that uses Android’s standard api to do so.

Incorrect. That feature is supported by both versions of Unity. Must be a device issue :(