Scroll not visible in WebView macOS
问题 Is it possible to make the scroll not visible in WebView for macOS? TO IMPLEMENT THE WEBVIEW I have a WebView from the library to the Storyboard I have the connection @IBOutlet weak var webView1: WKWebView! I have in the ViewController.swift: webView1.load(URLRequest(url: URL(string: "https:www.apple.com")!)) WHAT I HAVE TRIED I have tried many things but it could be helpful to comment: -The iOS solution do not work in macOS: webView1.scrollView.isScrollEnabled = false - There are some