Cordova splash screen remove
问题 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. 回答1: in your config.xml change the value to none in the below line <preference name="SplashScreen" value="none"/> 回答2: You can try the command to remove cordova splash screen ionic cordova plugin rm cordova-plugin-splashscreen 回答3: cordova plugin -rm cordova-plugin-splashscreen 回答4: Tested on