Posts

Post not yet marked as solved
1 Replies
I'm also seeing this issue, though with a slightly different use case. I am getting WKNavigationDelegate calls like func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) for an iFrame load, but I'm not seeing any of the follow up status calls once I pass .allow to the decisionHandler.