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 47 use-gesture issues
Sort by recently updated
recently updated
newest added

**Describe the bug** > Textarea element doesn't work correctly inside draggable element. Normally we have to hold left click on the textarea to change the size, but in the firefox...

**Describe the bug** >when i try to rotate the element on a mobile phone it works but on desktop it doesn't, i can only zoom in or out. the onWheel...

### Discussed in https://github.com/pmndrs/use-gesture/discussions/669 Originally posted by **ElectricPulse** June 18, 2024 I am working on a custom html canvas library. I wanted to use react-use-gesture for the zooming, dragging on...

**Describe the bug** I just try the demo in the documentation web. **Sandbox or Video** > If applicable, please provide a minimal reproduction sandbox on code sandbox. Or a video...

Thanks a lot for this absolutely fantastic package! After testing multiple non-working pinch-zoom-pan solutions for React, i've decided to build my own and use-gesture came up immediately as the de-facto...

**Describe the bug** > Unable to use website **Sandbox or Video** > ![image](https://github.com/user-attachments/assets/e8892256-38bd-4731-980a-b2feabff4799) > https://github.com/user-attachments/assets/1cfb100e-446e-4980-9d68-79873928fc2e **Information:** Uncaught Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use...

**Describe the bug** When using `useDrag` where `velocity` is greater than **1**, there is a moment where you cannot click anywhere else. The behaviour is similar to clicking a _shadow...

Updates URLs on README.md (previously pointing to broken .com domain)

Hi, I am using the following: ``` useGesture( { onDrag: (state) => handleDrag(state), }, { drag: { swipe: { distance: 3, velocity: [0.2, 0.2], duration: 400 }, axis: 'y', },...

**Describe the bug** In my electron app I went all-in on ESM and use [email protected] to bundle [email protected] code esm-style using `"type": "module"` and the following webpack config (only the...