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
Moving an OL item on mobile Safari 13.1+ fails with the following error:
[E 191114 14:57:08 server:766] Client error occurred
TypeError: undefined is not an object (evaluating 'event.targetTouches[0].clientX')
Stack:
handleEvent@https://listling.org/static/node_modules/@noyainrain/micro/index.js?v=65d5e9efd876ad9253557d3317fdea30:889:47
Device info: Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1
Moving an
OL
item on mobile Safari 13.1+ fails with the following error:The cause is Safari producing faulty touch events if an element has been detached from the DOM, in this case with empty
targetTouches
.The text was updated successfully, but these errors were encountered: