Moai SDK  1.5 revision 1 (MoaiEdition)
MOAIBrowserAndroid Class Reference

Inherits MOAIGlobalClass< TYPE, SUPER >.

List of all members.

Function List

  canOpenURL
  openURL
  openURLWithParams

Function Documentation

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


function canOpenURL ( string url )
Parameters:
url ( string ) The URL to check.
Returns:
boolean

Open the given URL in the device browser.


function openURL ( string url )
Parameters:
url ( string ) The URL to open.
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