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.
MediaElement works on Android but does nothing on UWP
Stack Trace
Link to Reproduction Sample
Steps to Reproduce
Create a Xamarin project with Android, iOS and UWP
Add Xamarin.CommunityToolkit (2.0.2) Nugut package to them all
Add MediaElement to the main page of the shared project: <xct:MediaElement Source="https://sec.ch9.ms/ch9/5d93/a1eab4bf-3288-4faf-81c4-294402a85d93/XamarinShow_mid.mp4" ShowsPlaybackControls="True" AutoPlay="True"/>
"Set as Startup Project" to UWP one, nothing happens (if I do so with Android one, the video will be played well)