jquery-fast-click
jquery-fast-click copied to clipboard
Work around some mobile browser's 300ms delay on the click event.
Can't seem to get this to work solidly with jquery mobile, specifically ajax page navigation on iOS. The button does not fully react to touch (changing color), and the page...
At first it was working ok, but today I noticed it double firing the even on one touch. Sometimes this effect is even when I use chrome emulator on desktop...
Is there a way to call fastClick like the following? $('.button').on('fastClick', doSomething);
jQuery allows the .live and .on functions for dynamically added elements to the DOM. How can i use this ability with .fastClick? It doesn't seem to work out of the...
hi there when I have a button that I have a fastclick handler on, and I try to assign a new handler to it, the old one will remain and...
When optimizing webstuff for mobile, we need to get around the 300ms delay by adding fastclick to our buttons. When the same page gets viewed on a desktop browser usually...
A great opt in feature would be to somehow allow all clicks to automatically be replaced by fastClick Is this possible? Thanks