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

Disable tap on scroll "grab" #2665

Closed
mlynch opened this issue Dec 4, 2014 · 2 comments
Closed

Disable tap on scroll "grab" #2665

mlynch opened this issue Dec 4, 2014 · 2 comments
Assignees

Comments

@mlynch
Copy link
Contributor

mlynch commented Dec 4, 2014

Right now if you "grab" a scroll view to stop the inertial scrolling after throwing it, that will trigger a click.

The issue seems to be happening here, where ionic.scroll.isScrolling gets set to false in this callback which triggers on each scroll event but is canceled unless scrolling stops, then it fires 80ms later:

https://github.com/driftyco/ionic/blob/master/js/views/scrollView.js#L393

I think we should find a way to fix that in the short term as it's a pretty annoying UX issue. I'll try to think of some alternatives.

@srameshr
Copy link

srameshr commented Dec 6, 2014

Yep! It even throws a console warning.

@adamdbradley adamdbradley added this to the 1.0.0-rc0 milestone Feb 9, 2015
@adamdbradley
Copy link
Contributor

duplicate #2223

@adamdbradley adamdbradley removed this from the 1.0.0-rc0 milestone Feb 9, 2015
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants