NEW232807
REGRESSION (iOS 15): Audio API will pause when an alarm goes off, but media playback control indicates audio is playing
https://bugs.webkit.org/show_bug.cgi?id=232807
Summary REGRESSION (iOS 15): Audio API will pause when an alarm goes off, but media p...
Naoto Ikuno
Reported 2021-11-07 21:46:25 PST
Reproducing environment - iOS15 - iPhoneSE 2020 - Safari 15 Reproducing steps: 1. `const audioEl = new Audio(); audioEl.play()` 2. Set an alarm with Native Clock app 3. Alarm goes off and stops audioEl 4. Media playback control indicates audio is playing # Issue Audio API is paused but `audioEl.paused` is false. So the state of AudioElement is broken. # Note In iOS12.4.6 iPhone6, this problem isn't reproduced.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-11-08 10:16:47 PST
Note You need to log in before you can comment on or make changes to this bug.