-
Notifications
You must be signed in to change notification settings - Fork 193
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
autoPlay, repeat, showControls props are not working? #195
Comments
hi, do you find solution for this issue? |
This issue is stale because it has been open for 60 days with no activity. |
Same Issue I try
But all video start playing automatically |
Same here. Any idea? |
same here! |
Same! |
Quick partial update for this issue, version I tested autoplaying on Android and it seems to be working fine when set to false (defaults to true). For other issues any PRs are welcome but I'll try taking a look when possible |
<VLCPlayer style={{ width: Width, height: Ratio(200), }} source={{ uri: !this.state.isPortrait ? this.props.navigation.state.params.video : this.state.videoPath, }} autoplay={true} repeat={true} showControls={true} />
the actual video is playing great, but none of the autoplay, repeat, showControls works! any idea how to solve this?
The text was updated successfully, but these errors were encountered: