Skip to content

hac/fasttap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing fasttap

Fasttap is intended to be used as a replacement for onclick handlers in an HTML-based app that for mobile browsers. It circumvents the delay added by a mobile browser when using onclick.

It is superior to similar implementations in that it:

  • allows the user to scroll by dragging a clickable element
  • can allow (or not allow) for DOM propogation
  • avoids ghost taps

Usage

element.fasttap(callback);

See example.html for example code.

Feedback and Bugs

Email [email protected].

About

Instant tap handler for mobile apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published