TahirTahir

Results 4 comments of TahirTahir

Hi @NeedNap I am going through similar problem, and i can't seem to remove references to the UIWebView. Can you please share your code? Thank you

Thanks A lot. For some reason the code was not working, maybe commenting UIWebView messes up with some features. I had to convert UIWebView to WKWebview everywhere.

Hi @Rashesh-Bosamiya Did you manage to find a solution to the UIWebView Issue?

I can't seem to find the WKWebview equivalent of this line: let msg = webView.stringByEvaluatingJavaScript(from: "readMessage('\(id)')")! its inside this function: shouldHandleRequest(_ request: URLRequest) -> Bool{}