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