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

The swipe up event triggers really hard in comparison to the swipe down one #2

Closed alexbudin closed 5 years ago

alexbudin commented 5 years ago

this is tested on the latest version of Chrome on a macOS

hperrin commented 5 years ago

Hmm. I think I can solve this by changing 20% of windowHeight to 20% of min(windowHeight, windowWidth).

hperrin commented 5 years ago

Did you mean in comparison to swipe down or swipe left/right?