Ionic - Remove Disable spinner on splash screen

2020-05-14 13:39发布

问题:

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