Skip to content

Browser

Tuan Nguyen edited this page May 2, 2023 · 6 revisions

API Documentation

Method Summary

OpenExternalLink

Open a link on device's default browser

Params

Type Name Summary Required
String url html address of web page Required

openHrefTag

Open a link on device's default browser

Params

Type Name Summary Required
String url example(tel:12345678 or mailto:[email protected]) Required

Example Usage

//will open 'https://servoy.com' on device browser.
plugins.svyphonegapBrowser.openExternalLink('https://servoy.com');

//will open the internal phone dialer on device
plugins.svyphonegapBrowser.openHrefTag('tel:12345678');
Clone this wiki locally