From 33d5effa577fe50f96c449575dbd1cc767631c80 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Thu, 23 Oct 2014 14:32:53 -0700 Subject: [PATCH] Fastclick readme --- packages/fastclick/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/fastclick/README.md diff --git a/packages/fastclick/README.md b/packages/fastclick/README.md new file mode 100644 index 0000000000..cdfb27af44 --- /dev/null +++ b/packages/fastclick/README.md @@ -0,0 +1,18 @@ +# fastclick + +FastClick is a simple, easy-to-use library for eliminating the 300ms delay +between a physical tap and the firing of a `click` event on mobile browsers. The +aim is to make your application feel less laggy and more responsive while +avoiding any interference with your current logic. + +FastClick is developed by [FT Labs](http://labs.ft.com/), part of the Financial +Times. + +For more info see the original repo: +[ftlabs/fastclick](https://github.com/ftlabs/fastclick). + + +This package is included by default on all Meteor Phonegap/Cordova apps and can +be added as a direct dependency of your application if fastclick is desired on +the mobile web app, too. +