Consultation on splash screen iphone 6

Hello, has anyone had problems with the splash screen of iphoen 6? I would load one and then I load another, that is the effect, like an expansion, this does not happen with iphone 5s down.

Not sure if I have the same issue but my splash on iphone 6 is fine once its shown, then few seconds after the image moves for aprox 100px right. I use $ ionic recourse for assets creation.

thanks

found solution here http://stackoverflow.com/questions/26283372/phonegap-and-iphone-6-plus-splash-screen-issue basically updates splash plugin and rm/add ios platform

1 Like

Thanks for the link – it solved the problem for me, though in my case all I had to do was:

cordova plugin remove org.apache.cordova.splashscreen

cordova plugin add https://github.com/apache/cordova-plugin-splashscreen.git

ionic build ios