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
I have experienced that the disposal has a long delay before being disposed which seems to be related to where it was released on the x-axis. The typical use case is that the user will swipe to dismiss it, but if they are too fast trying to opening another page nothing happens (since it has not been disposed yet).
As seen in the video it is first released near to the right => it gets disposed immediately according to the log.
The second time the page is swiped and released far to the left => according to the log it gets disposed with a delay after it has disappeared.
Best regards
The text was updated successfully, but these errors were encountered:
Thanks for the detailed description and even a video! SwipeablePageRoute actually inherits from Flutter's built-in CupertinoPageRoute (well, before v0.2.0 it just copied the code) and only adds parameters to control from where the back gesture can start. It seems like this problem is reproducible with CupertinoPageRoute, so I recommend filing an issue there.
Hi!
First of all, great work with this package!
I have experienced that the disposal has a long delay before being disposed which seems to be related to where it was released on the x-axis. The typical use case is that the user will swipe to dismiss it, but if they are too fast trying to opening another page nothing happens (since it has not been disposed yet).
I tried to demonstrate it here: https://vimeo.com/517835528
As seen in the video it is first released near to the right => it gets disposed immediately according to the log.
The second time the page is swiped and released far to the left => according to the log it gets disposed with a delay after it has disappeared.
Best regards
The text was updated successfully, but these errors were encountered: