sciactive / tinygesture

Very small gesture recognizer for JavaScript. Swipe, pan, tap, doubletap, longpress, pinch, and rotate.
https://sciactive.github.io/tinygesture/
Apache License 2.0
202 stars 18 forks source link

Disable gesture events in scrollable content #10

Open sokolovdm opened 2 years ago

sokolovdm commented 2 years ago

Hello Thanks for the great library. I have one small question: Is it possible to disable gesture events inside scollable container? Something like this: I can swipe down this white element like in mobile apps, but i have scrollable content, which must disable swipe.

image