Application:canOpenUrl

From GiderosMobile
Revision as of 22:09, 23 November 2018 by Apollo14 (talk | contribs)


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