You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
use a rather long video source
Click on play icon
Wait to start a video
See loading component ActivityIndicator
Try to pause the video and you will not be able to do it.
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:
ActivityIndicator
Link to reproduction on Expo snack
GIF
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.
The text was updated successfully, but these errors were encountered: