Moai SDK  1.5 revision 1 (MoaiEdition)
MOAIBrowserIOS Class Reference

Inherits MOAIGlobalClass< TYPE, SUPER >.

List of all members.

Function List

  canOpenURL
  openURL
  openURLWithParams

Function Documentation

Return true if iOS will handle the passed URL.


function canOpenURL ( string url )
Parameters:
url ( string )
Returns:
boolean

Open the native device web browser at the specified URL.


function openURL ( string url )
Parameters:
url ( string )
Returns:
nil

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:
url ( string )
params ( table )
Returns:
nil