Files
meteor/packages/fastclick
Ben Newman 232ab2d209 Bump package versions for 1.4.2-beta.9 release.
I had to scrap the 1.4.2-beta.8 release because meteor-tool@1.4.2-beta.8
got published by a partial run of the publish-release script, but then the
publish-release script thought meteor-tool changed after that, and I
didn't want to republish it as something like 1.4.2-1-beta.8.
2016-10-05 18:42:56 -04:00
..
2014-08-15 14:35:58 -07:00
2015-05-19 13:50:46 -07:00
2016-08-30 15:40:14 -07:00

fastclick

Source code of released version | Source code of development version


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, part of the Financial Times.

For more info see the original repo: ftlabs/fastclick.

This package is included by default on all Meteor Phonegap/Cordova apps. If you would like to use Fastclick for mobile web as well, add it to your app directly with meteor add fastclick.

In case you want to disable FastClick for certain elements, you can add the needsclick class as described in the advanced section of the FastClick documentation:

<a class="needsclick">Ignored by FastClick</a>