use-gesture icon indicating copy to clipboard operation
use-gesture copied to clipboard

👇Bread n butter utility for component-tied mouse/touch gestures in React and Vanilla Javascript.

Results 41 use-gesture issues
Sort by recently updated
recently updated
newest added

**Describe the bug** On iphone/ipad chrome, press+hold on some content inside the pinchable area to pull up the context menu, and then tap out of the context menu. you can...

bug

**Describe the bug** Suppose you start dragging a box. The gesture has only one finger initially. Then you use a second finger to start pinching. Although you're using 2 fingers,...

**Describe the bug** > It would be good to contemplate the keyboard accessibility for drag `move` gestures, as the current implementation is not working the same as other libraries that...

This reverts the change to use a custom `NonUndefined`. It was introduced to workaround an issue with TS 4.8 beta: [TS 4.8-beta playground](https://www.typescriptlang.org/play?ts=4.8.0-beta#code/C4TwDgpgBA4hDOwCuAnCBpCIoF4oHIATFAQwHN8oAfAsASwDsBjAC3wCh3RIoBhAewC2g-gwDKwEsGh4A3lBEA3CIIgNgALigBtBkkEAjCCgA0UPYeMBdKAF8u4aABFSZCVJl8hI8ZOlQAMih5QjpEEmYILV19I1NzWOs7Bx4ABUZWd388AWFRLOgg+QiyABsohMsUZPZGaRQAMxImaALg9igoYnIAfi0XcgKOqHpmFj6odLGh+xToADEkUtK4RFQIAoAeTGwIAA9pBkJ4WARkNB2APlwoADlRW6XSkgNyzYLtHatLzm5oAAkIoRyihtlgoPtDsdTmsLlhrngABTDcLSLQAeUEdGAm0Wy1W5w2fggYJAlzM+AgynU+B+AEpcNcItgaIp+HRCJwmKJEFAAO78FAAaxOSNRFUx2NxTwJ6y2RFctIpVLUwFpDJw11kw25DHg-HKADpSvwyIjxYalCpVXT2LNdbzCPwEOoAOqCoVaQFHEGbBXkWk3c3EjVanU8g0QY2m4MeS38ZSqdS22xAA) This is no longer an issue with...

hold

The codesandbox below has typeerror please fix it. https://codesandbox.io/p/sandbox/github/pmndrs/use-gesture/tree/main/demo/src/sandboxes/action-sheet?file=%2Fsrc%2FApp.jsx

**Describe the bug** > console error: actions-fe213e88.esm.js:332 Unable to preventDefault inside passive event listener invocation. **Sandbox or Video** > The tug event will be abnormally interrupted, and the problem only...

**Describe the bug** I got empty page on website and following error in console ``` Uncaught Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the...

This PR adds a `reverse` option to the wheel gesture, which inverts the direction of wheel scrolling. A few years ago, a similar PR https://github.com/pmndrs/use-gesture/pull/171 has been closed with the...

**Describe the bug** I noticed that gestures in Android webviews felt laggy, so after some debugging, I found the root cause: pointermove events have a ~100ms delay between them whereas...

## About _Not sure if this a bug or not, but it would be helpful to see what `use-gesture` library maintainers can tell about it..._ In Firefox, `click` event gets...