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”) }
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.
Oh my gosh, I didn’t see that D:
Thanks