davidtoledo commented on issue #990:
URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-705005114


   > To get to the bottom of it, I created a new Cordova project, and found a 
configuration that is working.
   > 
   > I created the project with `Cordova iOS 6.1.1` and the following plugins
   > 
   > `cordova-plugin-splashscreen 6.0.0`
   > `cordova-plugin-ionic-webview 5.0.0`
   > `cordova-plugin-ionic-keyboard 2.2.0`
   > `cordova-plugin-statusbar 2.4.3`
   > `cordova-plugin-whitelist 1.3.4`
   > `cordova-plugin-device 2.0.3`
   > 
   > `<preference name="SplashMaintainAspectRatio" value="true" />`
   > `<preference name="FadeSplashScreenDuration" value="300" />`
   > `<preference name="SplashShowOnlyFirstTime" value="false" />`
   > `<preference name="SplashScreen" value="screen" />`
   > `<preference name="SplashScreenDelay" value="4000" />`
   > 
   > I also kept `UILaunchStoryboardName` in my Info.plist.
   > 
   > Can some try and confirm if this is a workable solution?
   
   I made the tests using exactly the configurations described above. In order 
to create a testable scenario, I added the following line to cordova.xml file:
   
   <splash src="res/screen/ios/Default@2x~universal~anyany.jpg" />
   
   The problem persists.   I believe Apple added new configurations related to 
iOS splash screen in iOS 14 and cordova (or splash screen plugin) is not 
handling it according to these new rules.


----------------------------------------------------------------
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