Issue
The placeholder Ionic Cordova splash screen is still showing up in our app even after replacing it with a custom splash screen.
Currently our app's fresh start up sequence is:
[placeholder ionic cordova splash screen] -> [custom splash screen] -> [app's initial view]
Desired behavior:
[custom splash screen] -< [app's initial view]
Here's the placeholder splash screen I'm talking about:
Solution
I have seen that happening sometimes, especially in iOS (on a device or simulator), especially after updating icons and splashscreen images. Try removing/adding platforms using the ionic CLI.
Answered By - amazeus
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.