Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  21] [ 7]  / answers: 1 / hits: 18632  / 7 Years ago, wed, february 15, 2017, 12:00:00

I mean this:



https://github.com/ftlabs/fastclick



Is it still needed and important?



I know there are things related to viewport declarations concerning certain browsers. But It seems they are old things, and what about the other browsers nowadays?



<meta name=viewport content=width=device-width, initial-scale=1>

More From » html

 Answers
19

This article explains in detail why and when you need fastclick.js:
https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away



TL;DR




As of Chrome 32 (back in 2014) this delay is gone for mobile-optimised sites, without removing pinch-zooming! Firefox and IE/Edge did the same shortly afterwards, and in March 2016 a similar fix landed in iOS 9.3.




As long as your <head> includes: <meta name=viewport content=width=device-width>, this way the browser assumes you have made the text readable on mobile so there is no need for double-click.


[#58926] Monday, February 13, 2017, 7 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
neildrews

Total Points: 166
Total Questions: 103
Total Answers: 85

Location: Moldova
Member since Sat, Aug 6, 2022
2 Years ago
neildrews questions
Fri, Feb 18, 22, 00:00, 2 Years ago
Tue, Oct 12, 21, 00:00, 3 Years ago
Tue, Mar 23, 21, 00:00, 3 Years ago
Sun, Aug 16, 20, 00:00, 4 Years ago
;