WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
265607
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-11-30 14:23:00 PST
<
rdar://problem/119003462
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug