mathieucaralp opened a new issue #890: URL: https://github.com/apache/cordova-ios/issues/890
# Bug Report ## Problem The version 6.0.0 of cordova-ios integrates the [splashscreen plugin](https://github.com/apache/cordova-plugin-splashscreen). Accordingly, the team of cordova-plugin-splashscreen removed the support of this version with [the latest version of the plugin](https://github.com/apache/cordova-plugin-splashscreen/blob/master/RELEASENOTES.md). With that in mind I decided to update cordova-ios to version 6.0.0, but the integrated splashscreen does not work the same way as the plugin one. ### What is expected to happen? The splashscreen should be displayed the same way as before. ### What does actually happen? The splash screen is hidden very quickly, it does not use the settings of the config.xml file. It is hidden even if the _AutoHideSplashScreen_ option is set to false, and the _SplashScreenDelay_ option does not change the delay. ## Information I looked at the [CDVViewController.m file](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVViewController.m) file with the Xcode debugger, and it seems that the options of the config.xml file are correctly interpreted, but it does not change nothing. Moreover when I call the `navigator.splashscreen.hide()` function, the splashscreen is not displayed and I cannot click on the screen anymore. Some people from the splashscreen plugin team seem to have spotted [the same problem](https://github.com/apache/cordova-plugin-splashscreen/issues/268). ### Environment, Platform, Device I use Xcode 11.4 and an IPhone 6S with iOS 13.5. ### Version information I use cordova-ios 6.0.0. ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org