Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
canOpenURL | |
openURL | |
openURLWithParams |
Return true if the device has an app installed that can open the URL.
function canOpenURL ( string url )
url | ( string ) The URL to check. |
Open the given URL in the device browser.
function openURL ( string url )
url | ( string ) The URL to open. |
Open the native device web browser at the specified URL with the specified list of query string parameters.
function openURLWithParams ( string url, table params )
url | ( string ) |
params | ( table ) |