π±Open an external App/URL
π§ Bubble.io Plugin
[Action] Natively - Open external url
[Action] Natively - Open external app
[Action] Natively - Open app settings
π JavaScript SDK
Open External URL (In the app browser)
const url = "https://google.com/"
const external = false; // open inside or outside of the app (Available starting from v2.12.1)
window.natively.openExternalURL(url, external);Open External App. For more details, check this article.
Open the application settings
Last updated