RESOLVED FIXED 173932
[iOS] Allow WKWebView clients to play audio in the background
https://bugs.webkit.org/show_bug.cgi?id=173932
Summary [iOS] Allow WKWebView clients to play audio in the background
Chris Dumez
Reported 2017-06-28 12:07:02 PDT
Allow MobileSafari to play audio in the background by taking a process assertion whenever a WebPage is audible.
Attachments
Patch (2.46 KB, patch)
2017-06-28 12:26 PDT, Chris Dumez
rniwa: review+
Chris Dumez
Comment 1 2017-06-28 12:07:27 PDT
Chris Dumez
Comment 2 2017-06-28 12:26:47 PDT
Sam Weinig
Comment 3 2017-06-28 14:18:18 PDT
Comment on attachment 314052 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=314052&action=review > Source/WebKit2/ChangeLog:10 > + Allow MobileSafari to play audio in the background by taking a process assertion > + whenever a WebPage is audible. Does this behavior make sense for all iOS WebKit clients?
Chris Dumez
Comment 4 2017-06-28 14:32:43 PDT
(In reply to Sam Weinig from comment #3) > Comment on attachment 314052 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=314052&action=review > > > Source/WebKit2/ChangeLog:10 > > + Allow MobileSafari to play audio in the background by taking a process assertion > > + whenever a WebPage is audible. > > Does this behavior make sense for all iOS WebKit clients? This is fixing a regression in iOS 11. Previously, we would use mediaserverd and apps using WebViews could play audio in the background. In iOS11 however, we do the networking by ourselves instead of using mediaserverd, and we need to keep the NetworkProcess alive as well to maintain feature-parity. Despite the bug title, this is not and is not intended to be specific to MobileSafari.
Ryosuke Niwa
Comment 5 2017-06-28 16:14:34 PDT
Comment on attachment 314052 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=314052&action=review > Source/WebKit2/ChangeLog:3 > + [iOS] Allow MobileSafari to play audio in the background Please fix the bug title accordingly since this applies to WKWebView clients other than MobileSafari.
Chris Dumez
Comment 6 2017-06-28 16:22:33 PDT
Note You need to log in before you can comment on or make changes to this bug.