audio player elements from mediaSession API not displayed
Categories
(Fenix :: Media, enhancement)
Tracking
(Not tracked)
People
(Reporter: bjoern, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
Steps to reproduce:
If you have a web site with a HTML5 audio player which also supports the mediaSession API, the supported player elements should be displayed on the Android quick settings/lock screen. Not only the play/pause but
-
also the time slider should be shown if the setPositionState function delivered data for it
-
also seek/skip buttons should be shown there if callback functions for them had been defined
Chrome/Webview based browsers show the info correctly, Firefox does not.
Comment 1•19 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Playback' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•10 days ago
|
||
It seems Fenix doesn't support mentioned session events so moving to 'Fenix: Media' component. Please correct if not the case. Thanks!
Description
•