h5bp / html5-boilerplate

A professional front-end template for building fast, robust, and adaptable web apps or sites.
https://html5boilerplate.com/
MIT License
56.45k stars 12.23k forks source link

Include fastclick library by default #1574

Closed ryanc4 closed 10 years ago

ryanc4 commented 10 years ago

fastclick is a way to remove click delays on browsers with touch UIs, it should be included by default

[1] https://github.com/ftlabs/fastclick

alilleybrinker commented 10 years ago

While FastClick is a very useful little library, including it by default may be a bit much. Maybe instead add something about it to the documentation?

alrra commented 10 years ago

including it by default may be a bit much.

I agree. :)