Ionic - Remove Disable spinner on splash screen [closed]
How can I disable the splash screen spinner during the startup of an Ionic app?
If it is a SplashScreenSpinner:
In the config.xml
file:
<preference name="ShowSplashScreenSpinner" value="false"/>
Official Docs