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


   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?
   


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