Hello @noobsoftware ,
WebKit.WebView is no longer supported, you could try WKWebView instead. For more details, you can refer to this doc - Replacing UIWebView in your app | Apple Developer Documentation.
As described in the doc, WKWebView uses various delegates to implement functionality that’s similar to UIWebViewDelegate. You could check the WKWebView equivalent methods in the WKNavigationDelegate.
After that, you can use WKDownloadDelegate
, it's for macOS 11.3 and later. For more details, you can see: WKDownloadDelegate | Apple Developer Documentation
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.