MAUIverse MAUIverse
← Back to Toolkit Releases

v1.0.2 MediaElement: Adding `ShouldMute` and bugfixes!

Contributors

This release adds the mute functionality to the MediaElement, but maybe even more important: there are some good bugfixes in here!

We’re getting the first real-life feedback from you, thank you for that! And that also means you are using the MediaElement in ways that we could not foresee. That meant, there were a couple of crashes when using MediaElement on iOS in different page types and with or without .NET MAUI Shell. And there was a crash when you would clean up the MediaElement on Windows. Additionally, setting ShouldAutoPlay to false on iOS did not always have effect, that should be better now too.

We fixed the ones we knew about right now, so it should be much more stable! If you still run into anything, of course please let us know!

What’s Changed

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/1.0.1-mediaelement…1.0.2-mediaelement

View on GitHub

← Back to Toolkit Releases