Search code examples
cordovaionic-frameworksplash-screenphonegap-build

Cordova splash screen remove


Is it possible to disable Cordova default splash screen? I have removed the plugin but the default splash screen for iPhone still is showing and for Android the white screen is showing. Can this be fully removed?


Solution

  • in your config.xml change the value to none in the below line

    <preference name="SplashScreen" value="none"/>