[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 12:12:16 PDT 2020


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

--- Comment #8 from Ashley Gullen <ashley at scirra.com> ---
This may be off topic but the spec says the only valid AudioContext states are "running", "suspended" and "closed". Since "interrupted" isn't a specified state we haven't written any code to try to handle that. Separately, this has caused us problems in the past in WKWebView, since some things (in our case showing an AdMob ad) seemed to cause the AudioContext to end up in this non-standard state, causing audio playback to fail in that case as well.

-- 
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/0eb685d2/attachment.htm>


More information about the webkit-unassigned mailing list