-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Video played automatically eventhough paused=true #592
Comments
Yes, I even hardcoded rate to == 0.0 and it still autoplays at rate 1.0. Only workaround is to not render the Video component at all, until app logic dictates that a video should be played then go ahead and render Video -- after which it will always autoplay no matter what settings are used. |
I think there was an autoplay bug on 1.0.0. |
Yes, i see the issue. Tried with paused as true and rate as 0. Will test out your recommendation to d/l the 1.1.0 version. |
facing same issue on Android.. |
Any updates on the root cause, or fixing of this issue? |
@lalzada it fixed my autoplay issue by importing the master branch. but theres actually another bug i found where it kept playing in a loop after being played eventhough loop is false |
I found a workaround, a bit ugly but it works. Set the "paused" attribute to a property of state that is initially set to false. Then, Set the OnLoad function to change this property to true. |
@EdenGottlieb 's workaround works as well on iOS with no issue. |
I just fix this but the author hasn't merge this PR #625 . |
I fixed this in #1082. In my testing everything is working properly now. Will be released in 3.0. |
Im having weird problem:
I hardcoded the paused value to true, but somehow the video got played automatically
Anyone experiencing same issue?
The text was updated successfully, but these errors were encountered: