Re: [pointerevents] Extend pointer events to support raw trackpad data (#206)

Just like @trusktr and @aeharding mentioned, there is no way to properly implement MacOSs rubberband effect/elastic scroll on browsers because of current API limitations. The main limitation for the rubberband effect is that there is no way to find whether the scroll event ended, as in whether the finger is off the trackpad. 

This is the same effect implemented in [react-indiana-drag-scroll](https://github.com/Norserium/react-indiana-drag-scroll) using the mouse event:
![Screen Recording 2022-10-05 at 8 56 55 PM](https://user-images.githubusercontent.com/51504045/194099929-7e866bcf-c3d1-4186-a591-1ce895da329b.gif)

In 2022 I believe this issue should be given some serious considerations.

-- 
GitHub Notification of comment by bxff
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/206#issuecomment-1268608619 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 5 October 2022 16:08:19 UTC