Difference between revisions of "Application:canOpenUrl"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2013.06<br/> | '''Available since:''' Gideros 2013.06<br/> | ||
=== Description === | === Description === | ||
− | Tests if it is possible to open provided url using | + | <translate>Tests if it is possible to open provided url using [[[Application:openUrl]]] method</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Application:canOpenUrl(url) | Application:canOpenUrl(url) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''url''': (string) url to test if can be opened <br/> | + | '''url''': (string) <translate>url to test if can be opened</translate> <br/> |
Revision as of 13:34, 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