Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonknee
5225 days ago
It's an easy change, you just need to move the searchFocus() call to outside of the touch event. This should do the trick:
setTimeout(searchFocus, 0);
Update: I gave you a pull request on GitHub.