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


   # Bug Report
   
   ## Problem
   
   Calling `splashscreen.show()` or `splashscreen.hide()` do not function 
correctly when `SplashScreenDelay` is set to a value.
   
   ### What is expected to happen?
   
   Manually calling `splashscreen.show()` or `splashscreen.hide()` should 
trigger the splash screen to show/hide immediately. The value of 
`SplashScreenDelay` is only meant to be taken into account when the app first 
loads and `AutoHideSplashScreen` is `true` - i.e. it's for controlling the 
initial delay when the app first boots.
   
   (at least, this is how the documentation reads, and how it used to work on 
previous versions of the splash screen plugin)
   
   One should be able to manually show/hide the splash screen immediately as 
required.
   
   
   ### What does actually happen?
   
   Calling `splashscreen.show()` or `splashscreen.hide()`, there is a delay 
before the action actually happens - the delay being the value of 
`SplashScreenDelay`.
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   iOS any version
   
   
   
   ### Version information
   Cordova iOS 6.1.1
   
   
   
   ## 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