Replies: 1 comment 2 replies
-
The media element only updates the metadata on android when you change sources. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've just upgraded to latest maui / Community Toolkit.
CommunityToolkit.Maui 11.0.1
CommunityToolkit.Maui.MediaElement 6.0.1
Microsoft.Maui.Controls 9.0.40
My App is a Radio streamer using MediaElement.
I previously handled the foreground audio service on Android, but have not happily been able to remove this.
Two observations..
HandlerProperties.DisconnectPolicy="Manual"
in the XAML and not callingMediaElement.Handler?.DisconnectHandler()
Beta Was this translation helpful? Give feedback.
All reactions