You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] MediaElement for UWP is broken in Xamarin Community Toolkit 1.1
Steps to Reproduce
Try the below MainPage.xaml file that contains a MediaElement Tag (set the UWP project as startup, and start debugging). You will only get the "red background" set in "BackgroundColor" in XAML below, but not the player interface, and playback does not work
(Xamarin Forms version 5.0.0.2012)
(Xamarin Community Toolkit version 1.1.0)
Expected Behavior
Playback of Video to start
Actual Behavior
You will only get the "red background" shown in the image, but not the player interface, and playback does not work (note that the background color of MediaElement is set to red in the above XAML )