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.
When using MediaElement in a Xamarin Forms application, if the page is navigated away from before the player finishes setting up, it will throw the exception: System.ObjectDisposedException: 'Cannot access a disposed object.
Object name: 'Xamarin.CommunityToolkit.UI.Views.FormsVideoView'.' This is when using a remote source for the video.
I've also seen this issue happen when the page with the video is navigated away from before the video with a remote source starts playing, but I've been unable to reliably reproduce that.
Version tested was Android. Unknown if error exists in IOS as well.
Steps to Reproduce
Download the repro
Click the open video button
Click the back button before the black box of the video player appears