Makzan / I share what I learned

Webkit disables click delay on non-scalable web page

Link: https://trac.webkit.org/changeset/191072

When a viewport is unscalable (specified through the meta viewport tag) we do not add a delay to our single tap gesture recognizer.

When we set the viewport to unscalable, which means we want that web page acts like an app. So we shouldn’t make our web page unscalable just for the sake to disable the click delay.

By the way, I mentioned about disabling the click delay by using touch event in my mobile web app course.


Published on 2015-10-15. More articles like this:
- Clip & Quote
- Web Technologies

Previous <- Practical CreateJS
Next -> Writing book in code editor