问题
I'm trying to disable spinner on startup splash screen. I can't find where are the settings for this feature. Which folder/file?
回答1:
If it is a SplashScreenSpinner:
In the config.xml
file:
<preference name="ShowSplashScreenSpinner" value="false"/>
Official Docs
来源:https://stackoverflow.com/questions/37699304/ionic-remove-disable-spinner-on-splash-screen