Difference between revisions of "Application:canOpenUrl"

From GiderosMobile
Line 6: Line 6:
 
  Application:canOpenUrl(url)
 
  Application:canOpenUrl(url)
 
</source>
 
</source>
'''url''': (string) url to test if can be opened ''''''<br/>
+
=== Parameters ===
 +
'''url''': (string) url to test if can be opened <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2013.06

Description

Tests if it is possible to open provided url using `Application:openUrl` method

 Application:canOpenUrl(url)

Parameters

url: (string) url to test if can be opened