65

How can I disable the splash screen spinner during the startup of an Ionic app?

Rex Nihilo
  • 604
  • 2
  • 7
  • 16
lewis4u
  • 14,256
  • 18
  • 107
  • 148

1 Answers1

168

If it is a SplashScreenSpinner:

In the config.xml file:

    <preference name="ShowSplashScreenSpinner" value="false"/>

Official Docs

Derk Jan Speelman
  • 11,291
  • 4
  • 29
  • 45
Atula
  • 2,177
  • 2
  • 12
  • 28