Comment on Unable to Disable/Hide Writing Tools in iOS 18 On iOS 18.2, I also encounter this issue. Topic: Safari & Web SubTopic: General Tags: Jan ’25
Comment on Unable to Override "Link with Highlight" in WKWebView you can set builder = nil。This may solve the problem, but it is uncertain if it will bring other issues. Topic: Safari & Web SubTopic: General Tags: Jan ’25
Comment on Unable to Override "Link with Highlight" in WKWebView (void)buildMenuWithBuilder:(id)builder{ builder = nil; return; } This may solve the problem, but it is uncertain if it will bring other issues. Topic: Safari & Web SubTopic: General Tags: Jan ’25
Comment on Unable to Override "Link with Highlight" in WKWebView if (@available(iOS 18.2.0,*)) { [builder removeMenuForIdentifier:UIMenuShare]; } Topic: Safari & Web SubTopic: General Tags: Jan ’25
Comment on Unable to Override "Link with Highlight" in WKWebView if (@available(iOS 18.2.0,*)) { [builder removeMenuForIdentifier:UIMenuShare]; } Topic: Safari & Web SubTopic: General Tags: Jan ’25
Comment on Unable to Override "Link with Highlight" in WKWebView if (@available(iOS 18.2.0,*)) { [builder removeMenuForIdentifier:UIMenuShare]; } Topic: Safari & Web SubTopic: General Tags: Jan ’25