From 4e409926198147f24a49c293923d2a2a047c3774 Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Tue, 28 Jun 2016 17:44:02 +0100 Subject: [PATCH] Advise against fastclick use --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de3f2a06..4e659ae3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ FastClick is a simple, easy-to-use library for eliminating the 300ms delay betwe FastClick is developed by [FT Labs](http://labs.ft.com/), part of the Financial Times. +*Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer browsers, and risks introducing [bugs](https://github.com/ftlabs/fastclick/issues) into your application. Consider carefully whether you really need to use it.* + [Explication en français](http://maxime.sh/2013/02/supprimer-le-lag-des-clics-sur-mobile-avec-fastclick/). [日本語で説明](https://developer.mozilla.org/ja/docs/Mozilla/Firefox_OS/Apps/Tips_and_techniques#Make_events_immediate)。