Thenlie / turtle

"Wordle" clone
https://wurtle.herokuapp.com/
MIT License
3 stars 2 forks source link

Fix mobile #60

Closed Thenlie closed 2 years ago

Thenlie commented 2 years ago

Generally fix the mobile version of the game

The game in actually totally non-functional on mobile! Oops... 😨

When @Thenlie changed the input to separate boxes this broke the input for mobile devices since they do not have an external keyboard. When testing on dev tools it is not noticeable since you have a keyboard...

Thenlie commented 2 years ago

Branch created

git fetch origin
git checkout 60-refactor/mobile