n1k0 / wordlem

A simplistic port of the popular Wordle game in Elm.
https://n1k0.github.io/wordlem
Do What The F*ck You Want To Public License
17 stars 4 forks source link

Prevent double taps from zooming in on iOS Safari #2

Closed choonkeat closed 2 years ago

choonkeat commented 2 years ago

An excited player tapping too fast will cause iOS Safari to interpret it as Zoom In. This PR prevents that from happening.

Video shows before and after:

https://user-images.githubusercontent.com/473/149609923-37a68655-467d-422a-98a9-5d0b513674bd.mov

n1k0 commented 2 years ago

Thank you @choonkeat ❤️

n1k0 commented 2 years ago

I also fixed the blacked out top navbar in light mode btw :)

choonkeat commented 2 years ago

Ah! I see the top nav bar now! 👏