Difference between revisions of "Application:canOpenUrl"

From GiderosMobile
m (----)
Line 12: Line 12:
 
'''url''': (string) url to test if can be opened
 
'''url''': (string) url to test if can be opened
  
----
+
{{Application}}
 
 
{{Special:PrefixIndex/Application}}
 
<br/>
 
 
 
{{Special:PrefixIndex/Event.APPLICATION}}
 

Revision as of 00:45, 3 December 2019

Available since: Gideros 2013.06
Class: Application

Description

Tests if it is possible to open provided url using Application:openUrl method (it checks only app permissions, so 'true' may be returned even if device is offline)

application:canOpenUrl(url)

Parameters

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