-
Notifications
You must be signed in to change notification settings - Fork 14
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
bug on Android: Lose video controller options when click 'expand' on video subjects #393
Comments
I am surprised by the following, but unfortunately I also tried to pass a ref around and use Recommended additional video control packages, like While I couldn't get any of the noted options to work within a day or so, I think this is important functionality that should be revisited, maybe exploring the options noted more or with a new option. |
@mcbouslog I tried a few different options but ultimately the best solution was to add the react-native-video-controls library which adds controls to the react-native-video library. When the expand button is pressed, it will use the react-native-video-controls library while in fullscreen mode. This will add the controls that are missing. This includes the ability to pause/play and adjust the time slider. Screenshot below is what it would look like on Android. |
What the app is supposed to do:
When you click on the 'expand' button on a video subject, I would expect that the video controller options (pause, fast forward, etc.) would continue to be available.
What the app does instead:
When you click on the 'expand' button on a video subject, the video controller (pause, fast forward, etc.) goes away/is not available to click on.
Exact steps to Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
(Note; ignore the calls¬ifications will vibrate note in the screenshot -- that's just something my phone does when I take a screenshot on it - it's not something I see at other times on the screen).
(please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: