Cordova splash screen remove
in your config.xml
change the value to none in the below line
<preference name="SplashScreen" value="none"/>
You can try the command to remove cordova splash screen
ionic cordova plugin rm cordova-plugin-splashscreen
cordova plugin -rm cordova-plugin-splashscreen