I’ve successfully run ionic cordova resources, and I’ve even looked and manually checked all of the images inside the folders and the build, and they look correct.
However, when I launch the app on my phone, the default splash screen shows briefly, then it is replaced with the correct splash screen. Any idea what could be causing this? I can’t even find the file with the default splash screen anymore since running the resources command, so I’m not sure where it’s coming from.
I’ve tried deleting and rebuilding and installing the app as well, and that default image still appears briefly.
**Update - just updated to XCode 9, not sure if that might have something to do with it
Yes this is a new issue that wasn’t happening just a few days ago even. But it’s pretty bad I don’t want my users seeing the default ionic splash screen before my logo every time they launch the app.
I’m digging through the entire build package to try to find if / where this file still exists or how it’s getting in there after Ionic Resources…still lost at this point
This might help the investigation: The initial splash screen is probably the native app splash, the second one then handled by the splashcreen Cordova plugin. Remove the splashscreen.hide in the platform.ready to check if the correct splashscreen stays.
Are you both testing on the same devices? Only on one device or on all?
Wait, this wasn’t supposed to help, just to enable you to debug this further!? What is happening now?
I think the splash screen is automatically hidden via a setting in config.xml after a set time frame.
I resolved my issue. After trying a different iOS device, I noticed that the problem didn’t reoccur.
After carrying out a full reset of the iPad 3, the app worked fine.