Last updated 1 year ago
cordova-plugin-inappbrowser
cordova-plugin-device
Open a link on device's default browser
Params
//will open 'https://servoy.com' on device browser. plugins.svyphonegapBrowser.openExternalLink('https://servoy.com');
String
url
html address of web page
Required