next-snake icon indicating copy to clipboard operation
next-snake copied to clipboard

Add touch gestures for mobile

Open Jak2k opened this issue 2 years ago • 2 comments

https://www.npmjs.com/package/use-swipe-hook

Jak2k avatar May 12 '23 05:05 Jak2k

support added on my fork via changes at https://github.com/SgtPooki/next-snake/commit/e0e7a915856c36685d0341491d7f3273df94d281

SgtPooki avatar Oct 15 '23 05:10 SgtPooki

some additional changes were required to actually get touch working (and not moving the screen around): https://github.com/SgtPooki/next-snake/commit/7ef2cc8300c780d73236f21a6b8f10c6b3139e5b

works on my phone and chrome device emulation, but window scroll is broken :) calling it good for now

SgtPooki avatar Oct 15 '23 06:10 SgtPooki