Post

Replies

Boosts

Views

Activity

Reply to How to add WebKit Entitlement
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:
Aug ’23
Reply to WebView force close inappbrowser
Same issue here. Adding if navigationAction.navigationType == WKNavigationType.other { webView.load(navigationAction.request) decisionHandler(.cancel) return } did not help but the webview enters a never ending open-url cycle
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to How to add WebKit Entitlement
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:
Replies
Boosts
Views
Activity
Aug ’23