[Webkit-unassigned] [Bug 211521] AX: REGRESSION (iOS 13.4.1): Issues on touchstart/touchend/touchmove (pointerdown/pointerup/pointermove) events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 15:12:58 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211521

--- Comment #5 from juwagn <juwagn at gmail.com> ---
Forgot to add, use "white" area for touching and use always one finger only!

In my description above "move event" won't be fired anyway, I didn't insert the extended handling for doing this, but that doesn't matter anyway, compared to Android Chrome the "6. finger remove (NO touchend fired)" will be fired by Android Chrome with noticeable change while Safari fires nothing here.
Expected would be firing of "touchstart" "touchend" "touchmove" events same way as on all common browsers like Android Chrome, Android FireFox etc.

I use "passive": false on addEventListener, so i don't care about scrolling acceleration since no page scrolling used, so "passive": false is wished behavior and should stay .preventDefault() preventable event.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200506/05a93814/attachment-0001.htm>


More information about the webkit-unassigned mailing list