-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Swipe back not triggering ionViewWillEnter #8958
Milestone
Comments
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 31, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 31, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 31, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 31, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
Does that was fixed?I got the same problem. When i swipe to go back, the refresher doesn't work, but back from the back button work fine. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Short description of the problem:
on a swipe back (iOS) from a view 'B' to its previous view 'A', the ionViewWillEnter is not triggered. This causes my refresher and searchbar on the view 'A' not to work. However, when going back from B to A with the back button on the top left there is no problem.
NOTE: ionViewDidEnter does trigger on both, swipe back and back button.
Anyone else having this issue or knows a solution? Thanks
The text was updated successfully, but these errors were encountered: