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** entry as a final solution for the 
problem in iOS 14+
   
   ![Screen Shot 2020-10-07 at 1 22 12 
PM](https://user-images.githubusercontent.com/997840/95365958-c6ead380-08a0-11eb-87c7-34a064ecad19.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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to