Disable audio autoplay on macOS

- To be in-line with how this is threated on iOS
This commit is contained in:
Henrik Hørlück Berg
2023-05-03 19:47:28 +02:00
parent 2ef66d78e8
commit 78c9d182c4

View File

@@ -90,6 +90,7 @@ protocol DetailWebViewControllerDelegate: AnyObject {
configuration.defaultWebpagePreferences = webpagePrefs
configuration.preferences = preferences
configuration.setURLSchemeHandler(detailIconSchemeHandler, forURLScheme: ArticleRenderer.imageIconScheme)
configuration.mediaTypesRequiringUserActionForPlayback = .audio
let userContentController = WKUserContentController()
userContentController.add(self, name: MessageName.windowDidScroll)