I'm having the same Issue. Testflight Version also doesn't open the specific link. The Problem only occurs with certain URLs that initiate a re-direct request I guess...
WKNavigationType is always other and if I add
if navigationAction.navigationType == WKNavigationType.other {
webView.load(navigationAction.request)
decisionHandler(.cancel)
return
}
The WebView is entering a never ending loop/cycle...
any idea or solution yet?
Topic:
Safari & Web
SubTopic:
General
Tags: