Back

OpenUrl

Hello World

Allows the user to open an url with an external application on the device.

app.OpenUrl( url, type, choose )

The choose parameter shows the user a custom message in the choose dialog.

See Also: CreateWebView, OpenFile

Example - Example

function OnStart()
{
     app.OpenUrl( "droidscript.org" );
}
    Copy     Copy All       Run      
string
string: mimetype
string: url path