Rewind buttons don't work on Android #31
-
Hello! I am working on a project, integrated a module for fullscreen video and using this package for controls. Everything seems to be fine, except that rewind forward/backwards doesn't work for me. Does anybody have any recommendation on what I can try to fix it? Thank you! Any help is highly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @Proserpinaa We can't seem to find any issue with the rewind buttons, could you tell us more about your problem? What is happening more precisely? Precise a code snippet to reproduce. SUGGESTION:The rewind button is based on the This bug should be fixed in I really hope this is your issue and you'll be able to fix it. 🙏 Let us know if you managed to find the issue and/or a fix. |
Beta Was this translation helpful? Give feedback.
Hello @Proserpinaa
We can't seem to find any issue with the rewind buttons, could you tell us more about your problem? What is happening more precisely? Precise a code snippet to reproduce.
SUGGESTION:
The rewind button is based on the
seek
functionality from thereact-native-video
. There is a known issue that seek does not work correctly on Android: TheWidlarzGroup/react-native-video#2230 (comment)This bug should be fixed in
[email protected]
, you can try the alpha version and see how that works or you could usepatch-package
to apply this fix yourself.I really hope this is your issue and you'll be able to fix it. 🙏 Let us know if you managed to find the issue and/or a fix.