Skip to content

How to open link in external browser on Mobile or Desktop

Prashant edited this page Jul 28, 2020 · 4 revisions

Use openExternalBrowser, to open link in the external browser on Mobile or Desktop.

This function checks for device type internally and invokes internal utility to open URL in the external browser.

In the case of Mobile of Desktop, URL gets open in an external browser.
In the case of the web, URL gets open in a new window.

Example:-
openExternalBrowser('https://zimbra.com')

Clone this wiki locally