[Webkit-unassigned] [Bug 211521] REGRESSION (r253267): issues on touchstart/touchend/touchmove (pointerdown/pointerup/pointermove) events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 9 18:11:40 PDT 2020


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

Wenson Hsieh <wenson_hsieh at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wenson_hsieh at apple.com

--- Comment #7 from Wenson Hsieh <wenson_hsieh at apple.com> ---
I’ve begun to investigate this.

One interesting thing I noticed is that the bug only seems to reproduce if the viewport is not responsive; adding something like:

<meta name="viewport" content="width=device-width, initial-scale=1">

seems to make the problem go away (at least, until the user manually pinches to zoom in).

This seems like bad interaction between the relatively new deferring gesture recognizers (WKDeferringGestureRecognizer) and the blocking double tap gesture recognizer (used when fast-clicking is disabled).

-- 
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/20200510/595f0242/attachment.htm>


More information about the webkit-unassigned mailing list