react-fastclick icon indicating copy to clipboard operation
react-fastclick copied to clipboard

DEPRECATE

Open JakeSidSmith opened this issue 5 years ago • 3 comments

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

JakeSidSmith avatar Sep 30 '18 11:09 JakeSidSmith

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

igolkotek avatar Oct 17 '18 05:10 igolkotek

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

JakeSidSmith avatar Oct 17 '18 08:10 JakeSidSmith

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

igolkotek avatar Oct 17 '18 11:10 igolkotek