limited MediaSession API functionality
Categories
(Firefox for Android :: General, defect)
Tracking
()
People
(Reporter: bjoern, Unassigned, NeedInfo)
Details
Steps to reproduce:
For website, that use the MediaSession API, Firefox does not expose the progress bar or any other defined buttons except for the play/pause for MediaSession in Android. Tested with Android 14 and 15.
Actual results:
If you start a player, the mediasession control in the lock screen just show the play/pause button.
Expected results:
The web site defines also action handlers for both seek buttons, both skip buttons and the position state. All of them are not reported by Firefox to the Android MediaSession properly.
round about Android 12 they introduced, that available MediaSession buttons/commands need to be defined explicitly via setAvailableCommands , eventually this is a missing piece, see https://stackoverflow.com/questions/78716558/android-media3-how-to-add-seek-buttons-to-the-media-notification
Comment 2•1 day ago
|
||
The severity field is not set for this bug.
:towhite, could you have a look please?
For more information, please visit BugBot documentation.
Description
•