Moai SDK  2.0
MOAIBrowserAndroid Class Reference
+ Inheritance diagram for MOAIBrowserAndroid:

Function List

canOpenURL
 
openURL
 
openURLWithParams
 

Function Documentation

canOpenURL

Return true if the device has an app installed that can open the URL.


function canOpenURL ( string url )

Parameters
stringurl The URL to check.
Returns
boolean
openURL

Open the given URL in the device browser.


function openURL ( string url )

Parameters
stringurl The URL to open.
Returns
nil
openURLWithParams

Open the native device web browser at the specified URL with the specified list of query string parameters.


function openURLWithParams ( string url, table params )

Parameters
stringurl
tableparams
Returns
nil