-
I done Test that could help understanding this note :
https://github.com/ftlabs/fastclick#when-it-isnt-needed
The test it simple button that records click/touch/tap events and show differences in ti…
-
with FastClick running select boxes require a deliberate touch, even with the needsclick class. Without FastClick they perform far better and open on a quick tap
-
test page – http://skymorph.in/t/fastclick
I tried to understand problem, but only can I find that click event not firing due to the fact that [`return`](https://github.com/ftlabs/fastclick/blob/mast…
-
I tried to modify a few things on .scss files and after running grunt dryrun to compile all the changes the javascript header file shows empty. Modernizr is not being loaded and images wont load..
I…
-
Hi folks,
If I am using ngMobile (http://code.angularjs.org/1.1.5/docs/api/ngMobile.directive:ngClick) and snapRemote, I cannot use the snapRemote service in my controller with angular js 1.1.5 and …
dbaq updated
10 years ago
-
I have always used Fastclick for my projects, but yours appears to be the optimal solution by far.
Why do you think Fastclick is so much larget than Tap.js?
-
I'm sorry, I'm probably being a complete idiot here, but I just don't get it. What does listening to tap events give me that listening to straightforward click events doesn't? Is it about solving the …
-
This happens in Chrome Beta (31.0.1650.11) and the current stable version (30.0.1599.82).
Here's a screenshot. The blue clone of the button is the highlight left over from touching the button. It's s…
-
Regression: As of d48c8ba FastClick no longer cancels clicks on scroll.
http://dev.labs.ft.com/matthew/testcase/android-regression.mov
https://github.com/ftlabs/fastclick/commit/d48c8ba20f651b00df35…
-
I've (edit)HAVE been able to reproduce this, but here it is anyway, for the record.
Using bower#f2f3fa4c9c5616bb2e17c09ced339a6664d36eb8, after git clean -dfx and rebuilding, and cleaning bower's cac…