octokatherine / word-master

A Mastermind-like word guessing game
MIT License
382 stars 237 forks source link

Incorrect letter when typing #118

Open guino opened 2 years ago

guino commented 2 years ago

First of all: love the game and I play it everyday day.

The issue: it may be related to IOS only but I have tried it on both safari and firefox and when typing the word ‘poesy’ (as an example) if I don’t wait enough time between hitting the ‘p’ and the ‘o’ letters on the screen keyboard it will enter two ‘p’ letters, that is: not registering the ‘o’ letter despite knowing for sure I hit the correct letter on the keyboard (and the previous letter is entered instead). You can do it with any two letters if tou type it fast enough.

I have tried it using a touch screen and mouse on a computer (firefox) and I don’t see the issue there so I wonder if there’s anything that can be done to fix it — right now I just have to remember to type slower and double check the letters before submitting a word on the phone.

If you’d like me to try something let me know, Thanks and keep up the good work!