react-infinite-calendar
react-infinite-calendar copied to clipboard
Selection don't work with 'onclick' events under iOS13 wkwebview
'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/