This repository was archived by the owner on Jun 9, 2022. It is now read-only.
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
Closed
Description
Regression: As of d48c8ba FastClick no longer cancels clicks on scroll.
http://dev.labs.ft.com/matthew/testcase/android-regression.mov
We've only noticed this being an issue on Android (scrolling clickable lists sometimes causes unwanted clicks to fire) but we suspect that is because our use of heavy reliance of ft scroller on iOS, which inadvertently fixes this issue.
We discussed two approaches:
- either detecting when the user is scrolling, which is difficult when it's in a overflow: scroll (or when synthesising scrolling);
- or on touchmove (as per before), which I understand may have some other implications on performance.