react-infinite-calendar icon indicating copy to clipboard operation
react-infinite-calendar copied to clipboard

Selection don't work with 'onclick' events under iOS13 wkwebview

Open Aarbel opened this issue 6 years ago • 0 comments

'onclick' events are broken under iOS 13 wkwebview. More details here: https://github.com/facebook/react/issues/17258

The solution is to use 'onTap' detection, which works with both click and all touch devices.

Good libraries for that : https://github.com/GianlucaGuarini/Tocca.js https://github.com/hammerjs/hammer.js/

Aarbel avatar Dec 02 '19 08:12 Aarbel