react-tap-event-plugin icon indicating copy to clipboard operation
react-tap-event-plugin copied to clipboard

react Newest is 16.4.1,but react-tap-event-plugin newest is 16.4.0

Open tezml opened this issue 7 years ago • 6 comments

npm report errors and click Invalid.

tezml avatar Jul 05 '18 07:07 tezml

any update on this warning

npm WARN [email protected] requires a peer of react@^16.0.0-0 < 16.4.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react-dom@^16.0.0-0 < 16.4.0 but none is installed. You must install peer dependencies yourself

ajoshi0 avatar Jul 20 '18 18:07 ajoshi0

See README. This library is not compatible with react 16.4, it is only compatible with react 16.3 and below

dupski avatar Aug 01 '18 07:08 dupski

@dupski i want to say. if compatible to react so bad, this plugs afraid difficult to spread!

tezml avatar Aug 09 '18 10:08 tezml

@tezml most browsers have now fixed the issue this library was designed to solve, so it is not needed any more and has been deprecated.

dupski avatar Aug 09 '18 20:08 dupski

@dupski but ios has 300ms delay when i click,and user-scalable="no" can't resolve this problem. do you have better function to resolve this problem whitout touchTap or fastclick. because I try react-fastclick and happend ghost click;

1003657663 avatar Sep 13 '18 03:09 1003657663

Recent versions of safari don't have this issue AFAIK. Unfortunately I don't know what version of safari they fixed it in.

I had the problem with a Cordova app, but solved it using WKWebView: https://github.com/apache/cordova-plugin-wkwebview-engine/blob/master/README.md

dupski avatar Sep 13 '18 05:09 dupski