Hacker News new | past | comments | ask | show | jobs | submit login

In some browsers, removing the ability to zoom removes the 300ms delay that the click event has before it fires.

You can use 'touchend,' but in certain cases this causes another set of bugs because the click event follows anyway.

To fix this in a cross-browser way, you need to write some extra logic. There are several implementations floating around of various quality.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: