- From: Alexander Harding via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Oct 2022 16:26:01 +0000
- To: public-pointer-events@w3.org
> > The main limitation for the rubberband effect is that there is no way to find [...] whether the finger is off the trackpad > > Once the finger is lifted, it should fire the `pointerup` event the same way `mouseup` is fired, or am i missing something? It is not currently possible to detect when a user lifts a finger (and puts a finger down) on a macOS touchpad. View codepen, move finger around the div, pause, and lift finger up. No event fired. https://codepen.io/aeharding/pen/JjvBvpR We are missing a lower level API for macos touchpad. Native apps have this ability, like NSTouch. https://developer.apple.com/documentation/appkit/nstouch -- GitHub Notification of comment by aeharding Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/206#issuecomment-1268651398 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:26:03 UTC