-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
album art on now playing widget #9
Comments
I was looking at these earlier as well. I also noticed The fact that the iOS PWA fails to do this makes me curious if there's some way of making Safari report the now playing metadata the same way Chrome is on Android devices. I've done a bit of digging but haven't been able to come up with anything on that specific issue yet... |
This link discusses the issue, but it's a little out of date. |
Browser compatibility for the MediaSessionAPI seems to be pretty well supported now in 2022. I may make an issue for this on the stream repo later this week and attempt. I suspect this would be far easier to get going on that side than making the stream repo somehow respond to WebView and inform it what it's playing, but I could be wrong. It looks like we have this implemented in |
Per MDN's MediaSessionAPI Browser Compatibility, iOS 15 is required for full functionality of this feature. I updated my phone and voilà, we're officially in business! As a result, I am closing this issue. |
Looks like a bit more could go on the now playing widget
https://github.com/tanguyantoine/react-native-music-control
https://expo.canny.io/feature-requests/p/react-native-music-control
maybe i will give this a shot (unless you get to it first)
The text was updated successfully, but these errors were encountered: