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 === | ||
− | <translate>Tests if it is possible to open provided url using [[Application:openUrl]] method</translate> | + | <translate>Tests if it is possible to open provided url using [[Special:MyLanguage/Application:openUrl|Application:openUrl]] method</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Application:canOpenUrl(url) | Application:canOpenUrl(url) |
Revision as of 16: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