We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am showing a "play again UI" after the video ends. I want to replay video on tap of play again button. How I can do that?
I'm using tag and when video ends the state is not resetting so I'm not able to replay video.
The text was updated successfully, but these errors were encountered:
IIRC ExoPlayer tells developer to simply seek the Video to the starting point and call play again. Please try that.
play
Sorry, something went wrong.
How we can seek in your library? can you share code snippet?
Given that you have the Playback instance, calling playback.rewind() should do it.
Playback
playback.rewind()
-->
kohii/kohii-core/src/main/java/kohii/v1/core/Playback.kt
Line 479 in 79f5ec3
No branches or pull requests
Hi,
I am showing a "play again UI" after the video ends. I want to replay video on tap of play again button. How I can do that?
I'm using tag and when video ends the state is not resetting so I'm not able to replay video.
The text was updated successfully, but these errors were encountered: