-
Notifications
You must be signed in to change notification settings - Fork 318
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
How to show activity indicator when video is buffering? #31
Comments
That is currently not possible, I'll try to add it soon. |
+1 |
Same issue |
+1 |
I achieve it with this code, hope it helps:
opacity is used instead of isLoading state due to react native bug see: |
How to show when video is in List. I want to show buffering on every video. |
How to use this all methods for all videos when videos in Flatlist. |
You can isolate all of items to dedicated component with its own state |
It's been more than 2 years. |
+1 |
@uribro thanks, you solution worked for me as well! |
@uribro I can click to play video after set position 'absolute' of indicator |
Hello thank you all for this post and the replies. I have achecived a really good buffering indicator. |
There is a default loader when video is played. How can we hide that? |
This issue is stale because it has been open for 30 days with no activity. If there won't be any activity in the next 14 days, this issue will be closed automatically. |
I have to show an activity indicator when video is buffering.
The text was updated successfully, but these errors were encountered: