โณ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?