You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Aarbel
changed the title
Don't work with 'onclick' events under iOS13 wkwebview
Selection don't work with 'onclick' events under iOS13 wkwebview
Dec 2, 2019
'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/
The text was updated successfully, but these errors were encountered: