[Webkit-unassigned] [Bug 256075] WKWebView configuration mediaTypesRequiringUserActionForPlayback not working after iOS 16.3.1 update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 30 22:47:15 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256075

--- Comment #7 from vaibhav garg <vaibhav.garg at splashlearn.com> ---
WKWebViewConfiguration *configuration = [[WKWebViewConfiguration alloc] init];
  [configuration setMediaTypesRequiringUserActionForPlayback:WKAudiovisualMediaTypeNone];

  WKWebView *webView = [[WKWebView alloc] initWithFrame:[Constants landscapeScreenFrame] configuration:configuration];


Hi, above is the exact objective c code that i am using for web view initialization

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230501/148e1f0d/attachment-0001.htm>


More information about the webkit-unassigned mailing list