openBrowser({ … })
Open an external URL in the OS default browser
Last updated
Was this helpful?
Open an external URL in the OS default browser
Calling the openBrowser method will trigger a dialog for the end user to confirm leaving Xumm & opening a browser page. Only under certain conditions this confirmation dialog can be waived on a per xApp, per developer basis.
{ url: '...' }xumm.xapp.openBrowser({ url: 'https://wietse.com' })Last updated
Was this helpful?
Was this helpful?