WKWebView doesnt load URLs or HTML strings in iOS 13 simulator

In our app, WKWebView is not able to load URLs or HTML-string when running it in iOS 13.3 simulator. The webview just calls WKNavigationDelegate.webViewWebContentProcessDidTerminate() every time, and nothing is loaded.


The WKWebView works fine on device and on iOS 12.4 simulator.


I have created a new clean SingleViewApp with a WKWebView, and then the WKWebView works as it should in the iOS 13.3 simulator. There is something we do in our project that makes this occur, so its not a general iOS 13 simulator wkwebview issue. I have also tried to replicate our projects build settings in this test-app (build target=iOS 11, same App Transport Security settings), but the wkwebview in the test-project works as it should in ios 13 simulator.


Anybody experiencing the same, that WKWebViews doesnt load pages in iOS 13(.3) Simulator?

WKWebView doesnt load URLs or HTML strings in iOS 13 simulator
 
 
Q