JakeSidSmith / react-fastclick

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

DEPRECATE #61

Open JakeSidSmith opened 5 years ago

JakeSidSmith commented 5 years ago

Deprecate this library as it's near impossible to keep up with all the changes to various mobile devices, browsers, and React itself.

This problem is solved in modern devices by adding viewport meta: https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away

igolkotek commented 5 years ago

Not solved yet. Safari and Google Chrome on iPad with iOS v12 still are not working without this library.

JakeSidSmith commented 5 years ago

@aiia, Even with the meta tag? 😢Also, is this specific to iPad, rather than iOS?

igolkotek commented 5 years ago

Even with css touch-action: manipulation; ( I can't test if this is iOS problem- just have one device