β³Show/Hide Loading Screen
>= v2.12.0
π§ Bubble.io Plugin
[Action] Natively - Show Loading Screen
Auto Hide - Automatically hides screen after page loaded. !!! Use this carefully since the user can stack on the Loading screen.
[Action] Natively - Hide Loading Screen
π JavaScript SDK
Show Loading Screen
// Automatically hides screen after page loaded.
// !!! Use this carefully since the user can stack on the Loading screen.
const autoHide = true;
window.natively.showLoadingScreen(autoHide);
Hide Loading Screen
window.natively.hideLoadingScreen();
Last updated
Was this helpful?