I\'m trying to show in a WkWebView an html page that I previously downloaded and stored in a String.
This is how I setup my WkWebView:
webView =
I met the same problem as you! The key problem is in the project settings:
Check your Xcode Project > Target > Capabilities > App Sandbox.
Make sure you've CHECKED the NetWork ✅ Incoming & ✅ Outgoing connections.
See the SreenShot Below: