Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
canOpenURL | |
openURL | |
openURLWithParams |
Return true if iOS will handle the passed URL.
function canOpenURL ( string url )
url | ( string ) |
Open the native device web browser at the specified URL.
function openURL ( string url )
url | ( string ) |
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 ) |