I am using this code to load a URL in a WKWebView
let request = URLRequest(url: URL)
webView.load(request)
When I load it the webview looks way to zoomed in. What could be the cause of this? I have looked through all of the settings and I don't see anything that clearly would solve this. I have tried different content modes with no effect.