ftlabs / fastclick

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

Chrome on Android: Fastclick decreases responsiveness #324

Open CoDEmanX opened 10 years ago

CoDEmanX commented 10 years ago

Just tried out the basic example on Nexus 5, KitKat 4.4.4 and Chrome 38:

Fastclick makes it worse and should disable itself for this configuration.

matthew-andrews commented 9 years ago

I think as long as there is appropriate meta tags it should do this… Are you able to provide a link to your code?

matthew-andrews commented 9 years ago

https://github.com/ftlabs/fastclick/blob/master/lib/fastclick.js#L729-751

CoDEmanX commented 9 years ago

http://ftlabs.github.io/fastclick/examples/layer.html

It's different after the update to android 5.0 and chrome for Android 39, seems equally fast, also the demo claims -300 difference. Does it mean it is supposed to be 300ms faster or slower?