ftlabs / fastclick

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

Error in chrome canary : Uncaught Type Errror #193

Closed domi-papin closed 10 years ago

domi-papin commented 10 years ago

Here is the full error stack from chrome devtools

Uncaught TypeError: Cannot call method 'toLowerCase' of undefined fastclick.js:215 FastClick.needsClick fastclick.js:215 FastClick.onMouse fastclick.js:607 FastClick.onMouse fastclick.js:96 FastClick.onClick fastclick.js:654 FastClick.onClick fastclick.js:91

I should mention that i am using chrome device emulation feature when this error occurs.

matthew-andrews commented 10 years ago

Are you still getting this error? If so which version of Chrome Canary are you using? Which device were you emulating? Can you reproduce it on this page - http://ftlabs.github.io/fastclick/examples/layer.html?

matthew-andrews commented 10 years ago

Closing due to inactivity...