Bug #457
closedScrolling sometimes does not keep momentum.
0%
Files
Updated by Soren Stoutner over 5 years ago
- Status changed from New to Closed
I'm not sure if there is anything I can do about it. Scrolling is all handled by the Android Open Source Program. You might consider submitting a bug there.
Updated by Soren Stoutner over 5 years ago
For those who might be interested as to the root cause of this issue, the webpage in the example video has a section (the issue chart) that can scroll left and right. When swiping up and down to initiate a fling (rapid scroll), Android will often interpret it as a normal scroll instead of a fling if your finger travels even a little left or right (because it thinks you might be trying to scroll the underlying content horizontally). My experience is that newer versions of Android have better logic at deciding what to do with the scroll input, but there is probably still some room for improvement in the algorithm.