ftlabs / fastclick

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

Fast Click Support on Windows 8 phone!! #330

Closed NavendraPratap closed 9 years ago

NavendraPratap commented 9 years ago

I am developing a phonegap app for windows platform. And it seems that Fast click does not work on Windows 8.

Is it right?or is there any workaround?

matthew-andrews commented 9 years ago

There should be some notes (almost certainly out of date) on the README.md here: https://github.com/ftlabs/fastclick#when-it-isnt-needed. At the very least it probably should be updated to say IE10+ rather than IE10. I think there are people who have a different technique too… https://github.com/ftlabs/fastclick/issues/97#issuecomment-62519580

matthew-andrews commented 9 years ago

OK @NavendraPratap the advice on the readme for Windows phone has been updated — https://github.com/ftlabs/fastclick#when-it-isnt-needed.

I hope this solves the issue for you.