[Webkit-unassigned] [Bug 265607] New: Hook up Web Extension context menus to WKWebView on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 30 14:22:52 PST 2023


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

            Bug ID: 265607
           Summary: Hook up Web Extension context menus to WKWebView on
                    iOS
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Extensions
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: timothy at apple.com
                CC: timothy at apple.com, webkit-bug-importer at group.apple.com

Like https://webkit.org/b/265591, we need to hook up extension context menus to WKWebView and the UIDelegate method:

- (void)webView:(WKWebView *)webView contextMenuConfigurationForElement:(WKContextMenuElementInfo *)elementInfo completionHandler:(void (^)(UIContextMenuConfiguration * _Nullable configuration))completionHandler WK_SWIFT_ASYNC_NAME(webView(_:contextMenuConfigurationFor:)) WK_API_AVAILABLE(ios(13.0));

-- 
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/20231130/96e6d0b8/attachment.htm>


More information about the webkit-unassigned mailing list