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.
in your config.xml
change the value to none in the below line
<preference name="SplashScreen" value="none"/>