[Webkit-unassigned] [Bug 232807] New: In iOS15 Safari, Audio API will pause when an alarm goes off, but media playback control indicates audio is playing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Nov 7 21:46:25 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=232807
Bug ID: 232807
Summary: In iOS15 Safari, Audio API will pause when an alarm
goes off, but media playback control indicates audio
is playing
Product: WebKit
Version: Safari 15
Hardware: iPhone / iPad
OS: iOS 14
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: moon_in_france at yahoo.co.jp
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.
--
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/20211108/6c6f398f/attachment-0001.htm>
More information about the webkit-unassigned
mailing list