mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fastclick readme
This commit is contained in:
18
packages/fastclick/README.md
Normal file
18
packages/fastclick/README.md
Normal file
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user