[Webkit-unassigned] [Bug 184251] touchmove bound to the document during a touchstart listener is not cancelable (default cannot be prevented)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 23:43:27 PDT 2018


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

Toby Rahilly <toby at canva.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |toby at canva.com

--- Comment #3 from Toby Rahilly <toby at canva.com> ---
Experiencing the same issue on iOS 11.4.1

Full user agent: Mozilla/5.0 (iPad; CPU OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1

Two workarounds:

1) Register a passive event listener on any non-window/document/body element that the event will bubble though.
2) Register the touchmove event listener outside of the touchstart.

-- 
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/20180719/ca5e1241/attachment.html>


More information about the webkit-unassigned mailing list