Y
Hacker News
new
|
ask
|
show
|
jobs
by
mustardamus
5233 days ago
Yes, I'm on a Mac. Good point with the simulator. Never looked into it though.
1 comments
jonknee
5233 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.
link