-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support full Bluetooth controll on Android #598
Comments
Hello, |
On running FF in the backgroundYour question about FF being usable with locked screen surprised me a bit, since I already had listened full albums with locked screen. So I did some experimenting with different phones and this is what I found out:
Firefox vs ChromeRegarding the media session commands in Firefox it is still weird though. When I use your player with Firefox, then the media panel in the notification bar looks like this: When I run it with Chrome, the panel looks like this: Thoughts on the discrepancyLooking at this Media Session API compatibility table, it seems to me like what you implemented should already work though. There is just one remark saying |
thank you for the ongoing input |
@Rello I raised this with the Firefox Android team and it turned out that this is simply not fully implemented yet. Apparently they have an abandoned MR for it that they might pick up again. So to my understanding your implementation would support this out of the box as soon as this is implemented on their side. Your call if you want to close this issue or leave it open as a reference. |
Describe the solution you'd like
When using the player on my android phone, the player only reacts to play/pause Bluetooth commands. E.g. skipping to the previous/next song is not supported. I would like to see this functionality added.
Additional context
💡 Without being familiar with these topics, googling about this turned up this API: https://developer.mozilla.org/en-US/docs/Web/API/Media_Session_API. Maybe this is what needs to be adopted here?
Edit: Just realized you are already using the
nexttrack
andprevioustrack
API here, and according to this list they should work on Firefox Android. So not really sure what the issue is... 🤔The text was updated successfully, but these errors were encountered: