I can't seem to get a website to load on my macOS web browser app. This is the code am using:
@IBOutlet weak var web: WKWebView!
let purl = URL(string: "https://www.google.com")!
web.load(URLRequest(url: purl))
web.allowsBackForwardNavigationGestures = true
I think this will do: