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 has been archived by the owner on Nov 8, 2019. It is now read-only.
A System.NullReferenceException propagated out to the call to UIApplication.Main() on iOS when I loaded a video page and then backed out of that page. The video was also unplayable (with a slash through the play button) for the minute or so I waited on the page before backing out.
Unlike this case, setting TimeElapsedInterval="0" does not prevent the exception.
Made a ContentPage with only a VideoPlayer (<o:VideoPlayer Source="http://vjs.zencdn.net/v/oceans.mp4" />) in a StackLayout
Problem occurred on iOS 12.2 (simulator); did not occur on Android emulator
Using Octane.Xam.VideoPlayer 3.1.0 and Xamarin.Forms 4.0.0.497661
The text was updated successfully, but these errors were encountered:
A System.NullReferenceException propagated out to the call to UIApplication.Main() on iOS when I loaded a video page and then backed out of that page. The video was also unplayable (with a slash through the play button) for the minute or so I waited on the page before backing out.
Unlike this case, setting TimeElapsedInterval="0" does not prevent the exception.
Made a ContentPage with only a VideoPlayer (
<o:VideoPlayer Source="http://vjs.zencdn.net/v/oceans.mp4" />
) in a StackLayoutProblem occurred on iOS 12.2 (simulator); did not occur on Android emulator
Using Octane.Xam.VideoPlayer 3.1.0 and Xamarin.Forms 4.0.0.497661
The text was updated successfully, but these errors were encountered: