NEW265607
Hook up Web Extension context menus to WKWebView on iOS
https://bugs.webkit.org/show_bug.cgi?id=265607
Summary Hook up Web Extension context menus to WKWebView on iOS
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.