Thanks(https://i.stack.imgur.com/Nz2fD.png)
I try to implement this method of WKUIDelegate, but it doesn't work
@available(iOS 13.0, *)
public func webView(_ webView: WKWebView, contextMenuConfigurationForElement elementInfo: WKContextMenuElementInfo, completionHandler: @escaping (UIContextMenuConfiguration?) -> Void) {
completionHandler(nil)
}
you need to implement these functions in your controller, check these links for reference Disable entire UIMenuController edit menu in WKWebView
WKWebView and UIMenuController
deinit