[Webkit-unassigned] [Bug 230545] New: Pinch to zoom gesture should map to mousewheel with the control key
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 21 03:57:54 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230545
Bug ID: 230545
Summary: Pinch to zoom gesture should map to mousewheel with
the control key
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tomac at google.com
Created attachment 438802
--> https://bugs.webkit.org/attachment.cgi?id=438802&action=review
Compat table
Firefox [1] and Chrome [2] both map pinch-to-zoom gestures to the WheelEvent with the meta key pressed (see attached screenshot for compatibility). This makes detecting zoom gestures super easy, but it's hard to do the same in Safari. `GestureEvent` is not supported on any other browser [3], so it would be nice if Safari supported the mapping mentioned above.
——
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1052253
[2] https://bugs.chromium.org/p/chromium/issues/detail?id=289887
[3] https://developer.mozilla.org/en-US/docs/Web/API/GestureEvent#browser_compatibility
--
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/20210921/7683f207/attachment-0001.htm>
More information about the webkit-unassigned
mailing list