Splash Screen
Configure a splash screen image to show while the app loads. The splash screen will display until the DOMContentLoaded event fires so that the transition between splash screen and your app is seamless.
Overview
The splash screen is shown when a user launches your app from the home screen or switches back to it from a backgrounded state. You may display your app icon or a custom image on the splash screen and you may configure a version for light mode and dark mode.
During initial app launch the splash screen will display while your web content is loading. The splash screen will display until the DOMContentLoaded
event fires so that the transition between splash screen and your app is seamless.
Updated 18 days ago
Next Steps