eneim / kohii

Android Video Playback made easy.
https://eneim.github.io/kohii/
Apache License 2.0
372 stars 50 forks source link

How to to reset video playback? #123

Open easedroid opened 3 years ago

easedroid commented 3 years ago

I want to start the video from the beginning when scrolled up or down. How can I achieve this using kohii? Currently it starts from where it left.

eneim commented 3 years ago

@easedroid Currently you can remove the tag from the code you setup the Video. I have a plan to make it more intuitive next.

easedroid commented 3 years ago

@easedroid Currently you can remove the tag from the code you setup the Video. I have a plan to make it more intuitive next.

Okay let me try, I will revert back to you.

rahul-sysquare commented 4 months ago

@easedroid Currently you can remove the tag from the code you setup the Video. I have a plan to make it more intuitive next.

Okay let me try, I will revert back to you.

Did it worked as expected? have you found any other solution?

rahul-sysquare commented 2 months ago

@easedroid Currently you can remove the tag from the code you setup the Video. I have a plan to make it more intuitive next.

Have you updated something for tag? we're facing issue like to make play/pause work we need to pass tag and to start video from beginning we need to remove tag. The configuration is conflicting.