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 | + | === Parameters === |
+ | '''url''': (string) url to test if can be opened <br/> |
Revision as of 10: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