You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/08 18:57:19 UTC

[GitHub] [cordova-ios] davidpadych edited a comment on issue #990: After upgrading to iOS 14 a black screen is quickly shown before splash screen appears ios

davidpadych edited a comment on issue #990:
URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-705760197


   we may be missing the correct LaunchStoryboard sizes...
   then it would be enough to use UILaunchScreen and the value LaunchStoryboard
   
   `
   <splash src="res/screen/ios/Default@2x~iphone~anyany.png" />
   <splash src="res/screen/ios/Default@2x~iphone~comany.png" />
   <splash src="res/screen/ios/Default@2x~iphone~comcom.png" />
   <splash src="res/screen/ios/Default@3x~iphone~anyany.png" />
   <splash src="res/screen/ios/Default@3x~iphone~anycom.png" />
   <splash src="res/screen/ios/Default@3x~iphone~comany.png" />
   <splash src="res/screen/ios/Default@2x~ipad~anyany.png" />
   <splash src="res/screen/ios/Default@2x~ipad~comany.png" />
   `


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org