Hello,
after latest updates 13.1.* Safari skips firing of next touchstart/touchend/touchmove events if fast touched twice with one finger.
If after last touch in two touch sequence the finger was removed then dblclick event gets fired, but if you do not remove finger but just continue to move finger in fast sequence touch/untouch/touch/move then nothing happens, the browser doesn't report any future related events.That is pretty serious bug that breaks our web application in detection of few important gestures, as mentioned touch/untouch/touch/move with one finger as example. More over even Chrome iOS on same device provides correct touch sequence. Is there any way to make this touchstart/end/move story to work again like before without the need to fire e.preventDefault() on touchend event since click event is still necessary which else would be prevented to.
Sincerely yours, JW.