How to open a link in an external browser

hi guys,

I want to open a website from the app but in an external browser not in a webview in-app.

How can i do that?

for example:

module.exports = { goToWebSite: goto(“http://goToWebSite”) }

The InterApp API and Fuse.Launcher are made exactly for this. :slight_smile:

Oh my gosh, I didn’t see that D:

Thanks :slight_smile: