See https://github.com/vmpstr/htmldemos/blob/master/gestures/wheel-momentum.md for details. The TLDR is touchpads on all platforms have an inertial scrolling phase which in native code can be detected. Implementing this would allow authors to handle swipes or provide their own inertia handling when the application has additional information about where swipes should settle.
TLDR, can we add a way of detecting this and if so, what's the best attribute name / values?
@vmpstr