Closed goldy1992 closed 4 years ago
The touch slop here just ensures that the suer actully moved their finger more than a certain amount in the vertical direction, before we update the position of the thumb. So if the user just rests their finger, but barely moves it, we don't immediately start scrolling.
I checked out this commit, but it didn't seem to solve the scrolling smoothness issue. Either way, I've implemented a fix for that now. Let me know if you still think it's necessary to remove the touch slop check.
Fix made for Issue 103.
As suggested by @zhanghai
mTouchSlop
is not needed for scroll gestures in dragging, and actually degrades the smoothness of the scrolling