Open a webpage from my app

Monkey Targets Forums/Android/Open a webpage from my app

Supertino(Posted 2012) [#1]
Seems I've been flooding this forum of late, cannot find a way to open a webpage/browsers from monkey, want to click a button in my 'lite' app that links to the full version on the googleplay/amazon store.


benmc(Posted 2012) [#2]
This was one of the first custom modules I made for myself too, but I think diddy has a LaunchBrowser function.


Supertino(Posted 2012) [#3]
Ah perfect got it working. =D

Thanks benmc and the Diddy crew ofc


therevills(Posted 2012) [#4]
want to click a button in my 'lite' app that links to the full version on the googleplay/amazon store.

I did exactly the same thing.

And benmc is correct, Diddy has LaunchBrowser:

Function LaunchBrowser(address:String, openNewWindow:Bool = True)