Bug 265607

Summary: Hook up Web Extension context menus to WKWebView on iOS
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: WebKit ExtensionsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Timothy Hatcher
Reported 2023-11-30 14:22:52 PST
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));
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-30 14:23:00 PST
Note You need to log in before you can comment on or make changes to this bug.