PhoneGap and iPhone 6 Plus splash screen issue

前端 未结 7 1554
-上瘾入骨i
-上瘾入骨i 2020-12-14 04:48

Ok, so while updating my app for iOS 8 and the larger iPhones I noticed an issue that I can\'t figure out how to resolve.

In my PhoneGap app, I have added a new asse

相关标签:
7条回答
  • 2020-12-14 05:15

    The fix for this bug is appending suffix with pixelratio at the end of splashscreen image name - for example 'Default-667h.png' must be 'Default-667h@2x~iphone.png'. For iPhone 6+ pixelratio is 3, so the image name must be changed from 'Default-736h.png' to 'Default-736h@3x~iphone.png'.

    0 讨论(0)
提交回复
热议问题