Video pausa, resume?
Opened this issue · 1 comments
CarlosEMF2 commented
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?
JuanuMusic commented
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.
#180