I want to add a custom menu item to the selected text context menu of WKWebView
in iOS/iPadOS.
Until now I only see code examples and delegate methods to build a custom context menu for selected links, but that is not what I need. I want to extend the context menu item for for selected text. See screenshot.
How do I do that?