ftlabs / fastclick

Polyfill to remove click delays on browsers with touch UIs
MIT License
18.66k stars 3.23k forks source link

Test that could help understand what is the *thing* with Delay of click event #174

Closed pbrewczynski closed 10 years ago

pbrewczynski commented 10 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 :)

mattcg commented 10 years ago

Hi, thanks for creating the test! There are already a few examples in the examples/ directory of this project. You can try them here:

pbrewczynski commented 10 years ago

This also ask question about making the README better (with examples/tests)