You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: