Xamarin.Forms.VideoPlayer icon indicating copy to clipboard operation
Xamarin.Forms.VideoPlayer copied to clipboard

Video pausa, resume?

Open CarlosEMF2 opened this issue 4 years ago • 1 comments

when you change the page and return to the video, it repeats completely, I want to pause it and continue where it left off.

how do I solve it?

CarlosEMF2 avatar Jul 15 '19 14:07 CarlosEMF2

I just made a Pull Request for a commit where I implemented a SeekTo method, which lets you navigate to a specific location in time.

It's not the job of the video player to remember the location, but with this method, you can now store it however you want, and then set the location at that specific time.

This is the Pull Request. Make sure to keep track of it to know if it will be made available. https://github.com/adamfisher/Xamarin.Forms.VideoPlayer/pull/180

JuanuMusic avatar Sep 09 '19 21:09 JuanuMusic