-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SplashScreenDelay should not apply when calling splashscreen.show() / splashscreen.hide() #991
Closed
3 tasks done
Milestone
Comments
BendingBender
added a commit
to treefin/cordova-ios
that referenced
this issue
Oct 10, 2020
Make hiding of splash screen a race between `SplashScreenDelay` setting and navigator.splashscreen.hide(). Related issue: apache#991
BendingBender
added a commit
to treefin/cordova-ios
that referenced
this issue
Oct 10, 2020
Make hiding of splash screen a race between `SplashScreenDelay` setting and navigator.splashscreen.hide(). Related issue: apache#991
BendingBender
added a commit
to treefin/cordova-ios
that referenced
this issue
Oct 10, 2020
Make hiding of splash screen a race between `SplashScreenDelay` setting and navigator.splashscreen.hide(). Related issue: apache#991
BendingBender
added a commit
to treefin/cordova-ios
that referenced
this issue
Oct 10, 2020
Make hiding of splash screen a race between `SplashScreenDelay` setting and navigator.splashscreen.hide(). Related issue: apache#991
5 tasks
dpogue
pushed a commit
that referenced
this issue
Oct 10, 2020
Make hiding of splash screen a race between `SplashScreenDelay` setting and navigator.splashscreen.hide(). Related issue: #991
@dpogue When can we expect the version 6.1.2 to be released? |
As Cordova is maintained by volunteers, often in their free time, we can't give any ETA on release dates. |
I fully understand and appreciate the support of all the volunteers! Keep up the good work. 👍 |
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Problem
Calling
splashscreen.show()
orsplashscreen.hide()
do not function correctly whenSplashScreenDelay
is set to a value.What is expected to happen?
Manually calling
splashscreen.show()
orsplashscreen.hide()
should trigger the splash screen to show/hide immediately. The value ofSplashScreenDelay
is only meant to be taken into account when the app first loads andAutoHideSplashScreen
istrue
- 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()
orsplashscreen.hide()
, there is a delay before the action actually happens - the delay being the value ofSplashScreenDelay
.Information
Command or Code
Environment, Platform, Device
iOS any version
Version information
Cordova iOS 6.1.1
Checklist
The text was updated successfully, but these errors were encountered: