Cordova splash screen remove

artur picture artur · Apr 6, 2015 · Viewed 52.8k times · Source

Is it possible to disable cordova default splash screen, I have removed the plugin but default splash screen for iphone still is showing and for android white screen is showing.Can this be fully removed.

Answer

Viky293 picture Viky293 · Jun 6, 2015

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

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