gabrielecirulli / 2048

The source code for 2048
https://play2048.co
MIT License
12.27k stars 17.01k forks source link

[ios app] Swipe gestures trigger prematurely #340

Open morganiq opened 9 years ago

morganiq commented 9 years ago

Swipe gestures on the native iOS app trigger not on release, but after an initial, small movement. This makes it too easy to make an unintended move if there is an initial deviation in the wrong direction, even if the start and end points clearly indicate a different direction.

Please either make the gesture trigger on release, or increase the length of stroke at which the event is triggered.

maxrimue commented 9 years ago

I can't confirm that. I tested using Chrome and Safari on iOS 8.3, and movements trigger after release, not requiring another movement

morganiq commented 9 years ago

Sorry, I guess I should have specified that I mean the native iOS app, not the web app on iOS. @gabrielecirulli links to this repo from the native app(s?) for posting bug reports even though it only contains the source for the web app. Edited for clarity.