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?
Thank you for the report! Do you have a test that works in other desktop browsers, but not in Safari on iOS?
<rdar://problem/127685098>
The web audio context works as expected on Android and other non mobile devices