Last Updated: February 25, 2016
·
3.617K
· x1024

Fast-clickable buttons on mobile web apps

https://github.com/x1024/jquery-fastbutton

It's a small library that I made to remove the 300ms delay on click-related actions in a mobile website.

It just implements Google's Fastbutton but it does it in an unobtrusive and hopefully more useful way.

The library can be added to an existing project without changing anything(i.e. it's a free performance-booster for mobile sites)

2 Responses
Add your response

Tested it in my default browser on Android 4.1.1 (Samsung Galaxy Nexus). Every click on the fast-button (or fast-link) resulted in two submissions instead of one.

over 1 year ago ·

add event. preventDefault() to avoid two submissions

over 1 year ago ·