Sheldon
Results
1
comments of
Sheldon
Solved by change the code in `ZSSRichTextEditor.m` ``` - (void)webView:(WKWebView *)webView decidePolicyForNavigationAction:(WKNavigationAction *)navigationAction decisionHandler:(void (^)(WKNavigationActionPolicy))decisionHandler { NSString *query = [navigationAction.request.URL query]; NSString *urlString = [navigationAction.request.URL absoluteString]; // decisionHandler(WKNavigationActionPolicyAllow); NSLog(@"web request");...