Splash screen shows default ionic cordova splash briefly even with custom resources

This did not work for me, is there another solution?

This worked for me: (1) ensure splash/icons are created (2) delete previous build from iOS (phone) (3) restart the phone (4) build and run again.
must be some kind of cache

8 Likes

Wow … that worked!!! thnx

Thanks, worked for me also, cleaned the ios platform, addind it again, rebuild and restart iphone. Then, it worked well !

4 Likes

I did set

<preference name="FadeSplashScreenDuration" value="0" />
<preference name="SplashScreenDelay" value="0" />

which worked. None of the other solutions did.

Thanks a lot.

I tried many methods for days and only this works,

Now command is

ionic cordova platform rm ios

this solve my problem too Cordova version 8.0.0 in July 2019…