[Webkit-unassigned] [Bug 205158] Double tap to zoom out doesn't work after upgrading to iOS 13

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 07:32:58 PDT 2020


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

--- Comment #14 from Antoine Quint <graouts at webkit.org> ---
During the initial interaction the _doubleTapGestureRecognizer is disabled, _doubleTapGestureRecognizer was called with NO. After _didNotHandleTapAsClick is called it is enabled since _setDoubleTapGesturesEnabled was called with YES.

When double tapping after zooming in, _setDoubleTapGesturesEnabled is called with NO. Need to track down why.

-- 
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/20200612/f3a8fdf7/attachment-0001.htm>


More information about the webkit-unassigned mailing list