Ionic - Remove Disable spinner on splash screen

Ionic FrameworkSplash Screen

Ionic Framework Problem Overview


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

Ionic Framework Solutions


Solution 1 - Ionic Framework

If it is a SplashScreenSpinner:

In the config.xml file:

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

Official Docs

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionlewis4uView Question on Stackoverflow
Solution 1 - Ionic FrameworkAtulaView Answer on Stackoverflow