Using UIEditMenuInteraction with WebKit – Ios swift
I use UIMenuController when presenting my custom menu for the selected text on my WKWebview. But it is now deprecated on iOS 16, and get the following error [Text] Using UIMenuController to add items into text menus is deprecated. Please…