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

cc @odusseys ### Discussed in https://github.com/pmndrs/use-gesture/discussions/428 Originally posted by **odusseys** January 19, 2022 Hi, Is there a way to exclude specific children of an element from triggering the gesture /...

enhancement

Initial PR that adds Svelte target package. It can be used together with Svelte's built-in `spring` function: ```html import { spring } from 'svelte/motion' import { drag } from '@use-gesture/svelte'...

**Describe the bug** the `filterTaps` option works great in all browser however in JEST it prevents child listeners from working. I am only guessing but maybe the following line doesn't...

**Describe the bug** When monitoring onPinch states, the values reported by `state.delta[0]` become greater and greater in magnitude on each successive event, and do not reset even when the gesture...

**Describe the bug** On iOS drag stops working after press-and-hold gesture fired on it **Sandbox or Video** Sandbox: https://codesandbox.io/s/hidden-rain-1h4oc9 Video: https://user-images.githubusercontent.com/3579475/178121049-2c886219-003d-4ae7-b29b-94a611e84db6.MP4 **Information:** - Use Gesture version: >= 10.1.6 - Device:...

- [ ] Better tree shaking (don't include native handlers logic in hooks) - [ ] Make sure the `eventOptions.capture` option doesn't apply to [non compatible handlers](http://localhost:3000/app/orders/ckvtsyqa000403c1ttttjlf81) - [ ]...

enhancement

**Describe the bug** When using the swipe gestures to go backwards/forwards in your browser history it is possible to break the `useDrag` functionality. This occurs when you initiate the gesture...

help wanted

`useDrag` seems to work fine with `@react-three/fiber` components, but TypeScript complains about the handlers being attached by `{...bind()}`. e.g. ```typescript const bind = useDrag(() => {}) return ``` ``` Types...

help wanted
Typescript
r3f

Although this 3 gestures can already be done with current existing one, proper hooks can ease the job and have consistent implementation. **Information:** - React Use Gesture version: [v8.1.0-beta.6]

feature request

**Describe the bug** This is more of an issue than a bug; I see this is a popular established library and has had this behaviour for a long time. The...

enhancement