We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16fad5d + f5e92dd commit d1b80fbCopy full SHA for d1b80fb
WebViewJavascriptBridge/WKWebViewJavascriptBridge.m
@@ -120,7 +120,7 @@ - (void)webView:(WKWebView *)webView
120
} else {
121
[_base logUnkownMessage:url];
122
}
123
- [webView stopLoading];
+ decisionHandler(WKNavigationActionPolicyCancel);
124
125
126
if (strongDelegate && [strongDelegate respondsToSelector:@selector(webView:decidePolicyForNavigationAction:decisionHandler:)]) {
0 commit comments