[Webkit-unassigned] [Bug 260722] (iPadOS 17) Right click causes native contextual menu to appear over web app context menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 25 17:25:31 PDT 2023


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

--- Comment #4 from Keith Posehn <keith.posehn at gmail.com> ---
An additional note: in your CodePen example, did you intend for the code to preventDefault on context menu to stop the native OS menu from appearing? If so, it still appears in iPadOS 17

Code:

window.addEventListener('contextmenu', function(e) {
  log('CONTEXTMENU');
  e.preventDefault();
});

-- 
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/20230826/e15a1f8d/attachment.htm>


More information about the webkit-unassigned mailing list