How to Load A Webpage

In my app, i want to have a menu, and upon tapping one of the options it will take you to different parts of a website.

I can load a local page with

native.showWebPopup( "localpage.html", options )

but how do you load a normal one? [import]uid: 59735 topic_id: 10597 reply_id: 310597[/import]

Hey there :slight_smile:

http://developer.anscamobile.com/reference/index/systemopenurl
Example;

[lua]system.openURL(“http://techority.com/”)[/lua]

Peach :slight_smile: [import]uid: 52491 topic_id: 10597 reply_id: 38581[/import]