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

The loader during buffering disable the play/pause control. #440

Open
Bound3R opened this issue Jun 30, 2021 · 4 comments
Open

The loader during buffering disable the play/pause control. #440

Bound3R opened this issue Jun 30, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@Bound3R
Copy link

Bound3R commented Jun 30, 2021

Describe the bug
When starting the video play, the player starts to buffer the source, which causes the loader to be displayed, this is generally ok, but the problem is that it is not hidden until the load is well advanced.

apparently this error only happens on android

To Reproduce
Steps to reproduce the behavior:

  1. use a rather long video source
  2. Click on play icon
  3. Wait to start a video
  4. See loading component ActivityIndicator
  5. Try to pause the video and you will not be able to do it.

Link to reproduction on Expo snack

GIF
Alt Text

Ideas
I think maybe it can be solved by adding a extra conditional for the case in which it is playing to ignore the buffer state and hide de loader.

@Bound3R Bound3R added the bug Something isn't working label Jun 30, 2021
@Bound3R
Copy link
Author

Bound3R commented Jul 26, 2021

While this bug is being reviewed, I share with you my workarround option activityIndicator={false}

@eeshankeni
Copy link

Same problem for hls videos

@JoaoPedroli
Copy link

Same.
I actually turned it off:

activityIndicator={false}
icon={{
  loading: (
    <></>
  ),
}}

@rajinpangkalpundai
Copy link

I am still encountering the issue. any update? turning the activityIndicator to false doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants