-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Splashscreen hiding before animation ends without auto hide #320
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
bump |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale, still needs an investigation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
What steps will reproduce the problem?
In Android, call hide event after listening to 'lottieAnimationEnd' event by using lottie.splashscreen.once
Expected output
Splash screen hides just after animation ends
What do you see instead?
Splash screen is hiding in the middle of the animation in Android
Log file of the issue/error
No error is shown
Version information
plugin version: 0.9.6
In plugin version 0.8.0 was working correctly
Please note that auto hiding is not activated:
config.xml configuration:
<preference name="LottieFadeOutDuration" value="1000" /> <preference name="LottieAnimationLocation" value="lottie/splash-animation.json" /> <preference name="LottieFullScreen" value="true" /> <preference name="LottieScaleType" value="CENTER_CROP" /> <preference name="LottieBackgroundColor" value="#000000" />
Thank you very much,
and kind regards,
The text was updated successfully, but these errors were encountered: