iPurpl3x My Google Tag Manager recorded a lot of JavaScript errors : TypeError: undefined is not an object (evaluating 't.originalEvent.targetTouches[0].clientX') I found out this line of code is in this file of the core : https://github.com/flarum/core/blob/afe06ea750cfd81767461a3884a92a26f0b0ce37/js/src/forum/utils/slidable.js#L67 I don't know how to reproduce it and if it is critical. Does anyone have this too? Would you know what this code is used for?
clarkwinkelmann iPurpl3x Would you know what this code is used for? The slidable feature is used on the discussion list to let mobile users mark as read and follow by swiping the discussion left or right, Gmail-style.
iPurpl3x OK I see, but I think this doesn't work on Safari. Maybe that's where the error is from. Works fine on Chrome iOS.