Skip to content

jwall149/meteor-fastclick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastclick 1.0.6 + bug fix on type = email, number

Install

meteor add jwall149:fastclick

###Credits: Tonny Pham


From the official meteor fastclick package:

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published