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);