js-2048
js-2048 copied to clipboard
Results
2
js-2048 issues
Sort by
recently updated
recently updated
newest added
I implemented swipe handlers using an MIT-licensed event library called [swiped-events](https://github.com/john-doherty/swiped-events). Also added `overscroll-behavior-y: contain;` to `html` and `body` tags in the CSS file to prevent default "pull-to-refresh" behavior. Since...