baetheus / bee

A try at cloning the New York Times Spelling Bee
Mozilla Public License 2.0
16 stars 6 forks source link

Prevent zoom when double tapping on mobile #60

Closed kodyyuen closed 5 months ago

kodyyuen commented 5 months ago

Hi, I often accidentally zoom when double-tapping letters/backspace when I'm playing on my phone. I saw that CSS has a property to prevent this (https://stackoverflow.com/questions/10614481/disable-double-tap-zoom-option-in-browser-on-touch-devices). I was hoping that this can be implemented to prevent this issue. Thanks!

baetheus commented 5 months ago

Good find! This is deployed from de1bac9 and looks like it works on my iphone. You'll have to refresh the app (just browser refresh) to get the change. Take care, and thanks for opening an issue and doing some research.

kodyyuen commented 5 months ago

Thanks for implementing this so quickly! I love your version of the game and I play it every morning : )