Closed pbrewczynski closed 11 years ago
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 time (from last reported event) :
http://twigit.pl/jsTests/
I think it would be useful to augment the README file with examples, so person could check this out on their device what is going on with delays of click events.
Do you think it is good idea ? If so i could try to make it even nicer :)
Hi, thanks for creating the test! There are already a few examples in the examples/ directory of this project. You can try them here:
examples/
This also ask question about making the README better (with examples/tests)
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 time (from last reported event) :
http://twigit.pl/jsTests/
I think it would be useful to augment the README file with examples, so person could check this out on their device what is going on with delays of click events.
Do you think it is good idea ? If so i could try to make it even nicer :)