davidtoledo edited a comment on issue #990: URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-705086806
Here's what I figured out by now: iOS 14 now has the ability to use the entry **UILaunchScreen** instead of **UILaunchStoryboardName** It seems to me that the black screen problem is caused when we ignore the **UILaunchScreen** entry. If I add manually the entry **UILaunchScreen** in the Info.plist file and set **UIImageName** as **LaunchStoryboard**, the black screen problem is solved. We can no longer see the black screen before the splash screen. But the splash image is shown in a stretched way. Anyway, I believe that's the reason for the problem. I believe that Cordova has to consider the new **UILaunchScreen** as a final solution for the problem in iOS 14+  ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
