diff --git a/distrho/extra/WebViewImpl.cpp b/distrho/extra/WebViewImpl.cpp index 136375a9..6c006489 100644 --- a/distrho/extra/WebViewImpl.cpp +++ b/distrho/extra/WebViewImpl.cpp @@ -452,6 +452,7 @@ WebViewHandle webViewCreate(const char* const url, WKWebViewConfiguration* const config = [[WKWebViewConfiguration alloc] init]; config.limitsNavigationsToAppBoundDomains = false; + config.mediaTypesRequiringUserActionForPlayback = WKAudiovisualMediaTypeNone; config.preferences = prefs; const CGRect rect = CGRectMake(options.offset.x / scaleFactor,