How can I disable the splash screen spinner during the startup of an Ionic app?
Asked
Active
Viewed 3.4k times
1 Answers
168
If it is a SplashScreenSpinner:
In the config.xml
file:
<preference name="ShowSplashScreenSpinner" value="false"/>

Derk Jan Speelman
- 11,291
- 4
- 29
- 45

Atula
- 2,177
- 2
- 12
- 28