We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec9fd commit 52f58f5Copy full SHA for 52f58f5
distrho/extra/WebViewImpl.cpp
@@ -452,6 +452,7 @@ WebViewHandle webViewCreate(const char* const url,
452
453
WKWebViewConfiguration* const config = [[WKWebViewConfiguration alloc] init];
454
config.limitsNavigationsToAppBoundDomains = false;
455
+ config.mediaTypesRequiringUserActionForPlayback = WKAudiovisualMediaTypeNone;
456
config.preferences = prefs;
457
458
const CGRect rect = CGRectMake(options.offset.x / scaleFactor,
0 commit comments