Skip to content
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

Second fade transition to/from same state freeze the app (iOS) #132

Open
greenyossi opened this issue Sep 25, 2016 · 0 comments
Open

Second fade transition to/from same state freeze the app (iOS) #132

greenyossi opened this issue Sep 25, 2016 · 0 comments

Comments

@greenyossi
Copy link

Hi,

When i use the plugin to to perform the fade animation it works fine for the first time but when performing the animation the second time to a specific state the app freezes (the screenshot is taken and the new view is loaded but the animation is no fired).

Calling "window.plugins.nativepagetransitions.executePendingTransition()" fixed the issue on android but on iOS any combination between:

  • adding "iosdelay: -1" and calling "window.plugins.nativepagetransitions.executePendingTransition()"
  • calling "window.plugins.nativepagetransitions.cancelPendingTransition()", the transition function and then "window.plugins.nativepagetransitions.executePendingTransition()"

didn't help.

It only happen when transitioning to/from the same state for the second time.

I'll appreciate any help on this because I really don't want to give up on the native transitions.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant