winmine-exe
winmine-exe copied to clipboard
Add proper touch events handling
The app doesn't handle touch events and defers them to mouse handlers (as uncovered in #1), which doesn't make for a great experience on mobile. The squares should react to touchstarts, the minesweeper board shouldn't scroll away on pan, etc.