Splashscreen shifts

On iOS, the splash screen shifts to the right just before the app loads. I’ve tried to find a solution and have come up short. I am using ionic resource to generate my splash-screens and icons.

Here’s a video to demonstrate the issue.

I would check through your resources to see if it’s generating it incorrectly. It could be that it’s too wide and so when it pulls the app up it’s centering it, then when iOS actually loads the binary it’s left aligning it. If you post your master image we can check to make sure that it’s not unaligned there either.

This is the original:

I just downloaded the splash screen template again and I’m going to try re-running ionic resource.

As far as I can tell, none of the images for iOS generate with the logo positioning that far off center. There are iPad splash screens that have a different orientation, so I’m double checking that my device targets are correct.

It’s a problem with an outdated org.apache.cordova.splashscreen.

I got it fixed by running these commands:

$ cordova plugin rm org.apache.cordova.splashscreen
$ cordova plugin add cordova-plugin-splashscreen

Regards,
Bramus.

1 Like