ftlabs / fastclick

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

Active state not working with fastclick enabled. (android) #217

Open KarlGl opened 10 years ago

KarlGl commented 10 years ago

Hi, not sure if this is intended behaviour, but testing on chrome on andriod, I noticed active states are not being triggered at all. But when fastclick is disabled they work fine. Is this a bug?

army8735 commented 8 years ago

not only :active, but also :hover on Android. It most like a webkit bug.

https://github.com/ftlabs/fastclick/blob/master/lib/fastclick.js#L605

the operate event. preventDefault() on touchEnd handle causes it. I can't find a way to fix it.