Hacker News new | ask | show | jobs
by aloknnikhil 1610 days ago
On Safari on iOS, at least, typing fast will accidentally zoom into that part of the page instead of registering it as a character press.

But pretty neat implementation otherwise. Awesome work!

2 comments

Yep, I have the wrong meta tag I believe:

        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
That should fix it, I'll push a new version after fixing the word matching issue others have pointed out. I underestimated Wordle's complexity :)
i see it slowing down on mobile safari as well

will be a great chance to optimize the hyperscript runtime for mobile