N-Shar-ma / Emoji-Card-Game

Emoji guessing card matching game, made using vanilla JavaScript, lots of css animations and the native HTML drag and drop API
https://emoji-card-game.netlify.app
19 stars 26 forks source link

Drag and drop support for touch devices #32

Closed yohanesgultom closed 2 years ago

yohanesgultom commented 2 years ago

Simple (maybe temporary workaround) using a polyfill from https://github.com/Bernardo-Castilho/dragdroptouch

Resolves #31

N-Shar-ma commented 2 years ago

This will definitely do the job at least for now. Thanks for the quick fix @yohanesgultom !