Application:canOpenUrl

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Example

print(application:canOpenUrl("http://w3c.org"))