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

autoPlay, repeat, showControls props are not working? #195

Open
subramani01 opened this issue Jan 16, 2024 · 7 comments
Open

autoPlay, repeat, showControls props are not working? #195

subramani01 opened this issue Jan 16, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@subramani01
Copy link

<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?

@NguyenHuuManh
Copy link

hi, do you find solution for this issue?

Copy link

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Sep 13, 2024
@jaydeep911
Copy link

Same Issue I try

autoplay={false} 
showControls={true}

But all video start playing automatically

@github-actions github-actions bot removed the stale label Sep 14, 2024
@yoduran
Copy link

yoduran commented Sep 27, 2024

Same here. Any idea?

@acferlucas
Copy link

same here!

@mabdurrafey-afl
Copy link

Same!

@cornejobarraza
Copy link
Collaborator

cornejobarraza commented Jan 16, 2025

Quick partial update for this issue, version 1.0.75 was just released and it fixes the autoplay prop for iOS.

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

@cornejobarraza cornejobarraza added the bug Something isn't working label Jan 16, 2025
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

7 participants