I have a problem with apache cordova (with ionic 3), this problem only happens on iphone X.
When the application starts, it displays a screen with a default fill (for example, scaled):

And after a few milliseconds, this "default screensaver" is replaced with the correct one (the surge that I created for the application).
These are my bursts:
<splash src="resources/ios/splash/Default@2x~iphone.png" />
<splash src="resources/ios/splash/Default@2x~universal~anyany.png" />
<splash src="resources/ios/splash/Default-568h@2x~iphone.png" />
<splash src="resources/ios/splash/Default-667h.png" />
<splash src="resources/ios/splash/Default-736h.png" />
<splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" />
<splash src="resources/ios/splash/Default-Landscape@~ipadpro.png" />
<splash src="resources/ios/splash/Default-Landscape-736h.png" />
<splash src="resources/ios/splash/Default-Landscape~ipad.png" />
<splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" />
<splash src="resources/ios/splash/Default-Portrait@~ipadpro.png" />
<splash src="resources/ios/splash/Default-Portrait~ipad.png" />
<splash src="resources/ios/splash/Default~iphone.png" />
I also tried changing the startup screen file (also checking the standard CDVLaunchScreen), and I can not find the links to this default ionic screen saver, how can I find where this "image" or something else, or find a solution
thank
source
share