[Webkit-unassigned] [Bug 273511] New: AudioContext stuck on Interrupted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 30 12:10:13 PDT 2024


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

            Bug ID: 273511
           Summary: AudioContext stuck on Interrupted
           Product: WebKit
           Version: Safari 17
          Hardware: iPhone / iPad
                OS: iOS 17
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ilya.methot at gmail.com
                CC: cdumez at apple.com

WebAudio Context continues to be stuck on "interrupted" state on IPhone and IPads without an option to resume.

Most documentation I've found online indicates that the "interrupted" state is triggered by the phone when the user performs some sort of interrupting actions such as tabbing out of the page, closing the phone, taking a call, etc. However in our web example we find that the audiocontext immediately defaults to "interrupted".

Once in this state there does not seem to be an obvious way to return the audio context to running. .resume() does not work.

Is there any method for resuming after interruption for audio contexts?

-- 
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/20240430/e55f0d0f/attachment.htm>


More information about the webkit-unassigned mailing list