Skip to content
New issue

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

Fix forward button #58

Closed
wants to merge 11 commits into from
Closed

Conversation

leadmrn
Copy link
Contributor

@leadmrn leadmrn commented Feb 23, 2023

Hi,

I noticed a bug, when you press the forward button when you are in the rewind time of the end of the video, the video starts looping.

So I fixed that by bringing the video to the end and pausing it.

@LunatiqueCoder
Copy link
Owner

LunatiqueCoder commented Mar 5, 2023

Hey @leadmrn

I just tried to reproduce this but but I did not manage to. :( However, I will test your suggestions and see if anything changes for the better.

Would be great if you could help me reproduce it by providing a reproduction code or a video/gif.

@LunatiqueCoder
Copy link
Owner

Closing as I didn't manage to reproduce it.

@LunatiqueCoder
Copy link
Owner

LunatiqueCoder commented Sep 27, 2023

Might be related: TheWidlarzGroup/react-native-video#836 (comment)

My fix:

 const onEnd = () => videoRef?.current?.seek(0); 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants