-
Notifications
You must be signed in to change notification settings - Fork 112
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
State specific transition freezes the app #111
Comments
got the same problem. |
I'm having what I think is the same issue, but replicated differently. If I have a link to a state (using |
I have this same issue. The console reflects that native transitions are occurring but the screenshots seem to stick around. |
I have same problem. there's solution? |
Unfortunately, for us the solution was to stop using the plugin as it's no longer maintained. It's a shame, as it worked really nicely with the exception of this bug. The occasional instance where this bug would completely lock up the app meant it was a no go, and with it no longer being maintained, it just wasn't practical to invest any further time using it, debugging it, or trying to fix it. I'm hoping that someone picks this project up (I don't have the time) as it really is quite good, but for me, it's back to standard Ionic transitions! |
Yep, same issue as jawgardner above: The console reflects that native transitions are occurring but the screenshots seem to stick around. |
Facing the same issues. As a workaround, we could disable native transitions for the parts where they freeze the app, but this is likely not the best solution. |
I have this unique case with resolve doing a state change twice. This is done for deep linking to a specific state, yet retaining (or more correctly creating) history, so that the "back" button still works.
The main thing to look at is the
transition
resolve on thetab.chat-detail
state.You can see this:
When I add this part:
The whole app freezes.
Here is the code example repo:
https://github.com/moltar/nativepagetransitions
I did all the changes in stages of commits. If you remove the last commit, everything works.
The text was updated successfully, but these errors were encountered: