âŗ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