FireLizard opened a new issue #918:
URL: https://github.com/apache/cordova-ios/issues/918


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   Hiding the splashscreen by calling `navigator.splashscreen.hide()`.
   
   
   ### What does actually happen?
   Its not hiding the splashscreen.
   
   
   ## Information
   
   ### Config
   ```xml
   <?xml version='1.0' encoding='utf-8'?>
   <widget id="..." version="...">
       <preference name="ShowSplashScreenSpinner" value="false" />
       <preference name="SplashShowOnlyFirstTime" value="false" />
       <preference name="AutoHideSplashScreen" value="false" />
   </widget>
   
   ```
   
   ### Version information
   * cordova 9.0.0 (cordova-lib 9.0.1)
   * cordova-ios 6.1.0
   * cordova-plugin-splashscreen 5.0.4
   * cordova-android 8.1.0
   * cordova-plugin-inappbrowser 4.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:
[email protected]



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

Reply via email to