clauderic/react-infinite-calendar

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

Aarbel opened this issue · 0 comments

'onclick' events are broken under iOS 13 wkwebview. More details here: facebook/react#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/