I have an app where i want to play a video file when a user navigates to a form. What is the best way to incorporate playing a media file on xamarin forms? Is there a control for this purposes? (i.e. i want to autostart when the user navigates to a form and also let the user stop/start/restart the video/media).
thx-dave
Answers
Anyone?
You may find this thread useful:
http://forums.xamarin.com/discussion/34643/how-can-i-make-video-player-on-xamarin-forms#latest
You can check out a component I created here: https://components.xamarin.com/view/video-player
It is a Xamarin Forms control that works across iOS, Android, Windows Phone, UWP.
If anyone is interested, the Xamarin.Forms video player component has been relocated to here: https://github.com/adamfisher/Xamarin.Forms.VideoPlayer