| Summary: | The HTMLAudioElement works only with JS enabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dimitrios Grammatikogiannis <d.grammatiko> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cdumez, graouts, jcraig, jer.noble, karlcow, webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar |
| Version: | Safari 15 | ||
| Hardware: | Unspecified | ||
| OS: | macOS 12 | ||
| URL: | https://dgrammatiko.netlify.app/blog/from-html-to-pwa/radio/ | ||
|
Description
Dimitrios Grammatikogiannis
2022-07-24 14:47:19 PDT
Probably because our media controls are implemented using JS? Source/WebCore/Modules/mediacontrols/mediaControlsBase.js Source/WebCore/Modules/mediacontrols/mediaControlsApple.js Source/WebCore/Modules/modern-media-controls/gesture-recognizers/gesture-recognizer.js Source/WebCore/Modules/modern-media-controls/gesture-recognizers/pinch.js Source/WebCore/Modules/modern-media-controls/gesture-recognizers/tap.js Source/WebCore/Modules/modern-media-controls/controls/close-button.js Source/WebCore/Modules/modern-media-controls/controls/layout-node.js Source/WebCore/Modules/modern-media-controls/controls/overflow-button.js [...] Dimitrios did you meet the issue on a big website? Or did you need it in a specific user context and/or for developing an app? > did you meet the issue on a big website? Or did you need it in a specific user context and/or for developing an app?
No, not really, I was writing a post about progressive enhancement and I was surprised that the native audio element was requiring JS to be enabled on Safari.
Probably this is not a high priority issue (or not an issue at all) I just felt that this might worth reporting.
*** Bug 178040 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 178040 *** |