JakeSidSmith / react-fastclick

Fast Touch Events for React
https://www.npmjs.com/package/react-fastclick
MIT License
487 stars 41 forks source link

Is this plugin needed if targeting newer mobile devices? #59

Closed jfbloom22 closed 6 years ago

jfbloom22 commented 6 years ago

Any reason I need this plugin if I am targeting newer mobile devices and setting the width to the device width?

This disables the 300ms delay since iOS 9.3 and Chrome 32. <meta name="viewport" content="width=device-width">

more info: https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away

JakeSidSmith commented 6 years ago

As far as I know, if you are only supporting the latest versions of iOS / Chrome you should be okay. No need for this. 🙂

jfbloom22 commented 6 years ago

awesome thx!