-
Notifications
You must be signed in to change notification settings - Fork 0
Browser
Tuan Nguyen edited this page May 2, 2023
·
6 revisions
Open a link on device's default browser
Params
Type | Name | Summary | Required |
---|---|---|---|
String | url | html address of web page | Required |
Open a link on device's default browser
Params
Type | Name | Summary | Required |
---|---|---|---|
String | url | example(tel:12345678 or mailto:[email protected]) | Required |
//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');