[Webkit-unassigned] [Bug 217606] Web Audio broken on iOS 14 after switching app

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 10:57:22 PDT 2020


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

--- Comment #7 from Chris Dumez <cdumez at apple.com> ---
suspend() throws because the audio context's state is "interrupted", likely because the view is not longer visible and we interrupt audio in this case.

It seems wrong to reject the promise in this case. Seems like we should set the "suspendedByUser" flag and resolve the promise in this case.

-- 
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/20201026/85dfb45f/attachment.htm>


More information about the webkit-unassigned mailing list