dtsc-engenharia opened a new issue #990: URL: https://github.com/apache/cordova-ios/issues/990
# Bug Report ## Problem It appears that the plugin is not working how it used to be on previous iOS versions. After upgrading to iOS 14, a black screen is shown very quickly before the real splash screen image is shown. ### What is expected to happen? Splash screen is supposed to appear immediately after opening the app. A black screen is shown before the splash screen appears. Also the splash screen appears very quickly and disappears before the expected time compared to previous versions of the plug-in. ### What does actually happen? Black screen appears before splash screen ## Information I am using only the Default 2x universal image in my config.xml: Additional splash screen configurations are: <preference name="SuppressesLongPressGesture" value="true" /> <preference name="SplashShowOnlyFirstTime" value="true" /> <preference name="ShowSplashScreenSpinner" value="false" /> <preference name="FadeSplashScreen" value="false" /> <preference name="FadeSplashScreenDuration" value="5000"/> <preference name="SplashScreen" value="screen" /> <preference name="AutoHideSplashScreen" value="true" /> ### Command or code I am using cordova-plugin-splashscreen 6.0.0 ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> ### Version information Cordova [email protected] iOS 14 Cordova 10 ## Checklist - [ x] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [x ] I included all the necessary information above ---------------------------------------------------------------- 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]
