From 5098f8bd22cdf43e4e0be9d55117b85859788b79 Mon Sep 17 00:00:00 2001 From: Moritz Lawitschka Date: Mon, 10 Sep 2018 21:24:11 +0200 Subject: [PATCH] Add note from FastClick about newer browsers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b817d6..ce13d03 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Drop-in FastClick support for Ember CLI apps. For more information on FastClick visit http://ftlabs.github.io/fastclick. +*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.* + ## Installation This is addon is installed in one simple step: