gmittal / words

Words and no numbers. Extensible web game.
https://gmittal.github.io/words
MIT License
1 stars 0 forks source link

Fix maxlength error on Android #1

Open gmittal opened 6 years ago

gmittal commented 6 years ago

Android for some reason doesn't believe in the input maxlength property, which causes critical errors with both the game logic and UI.

gmittal commented 6 years ago

Turns out it's not a trivial thing to fix... Argh, it should be such an easy thing for the Android/Chrome developers to add.