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

disableSeek is not working with fullscreen mode #152

Open
NensiKasundra opened this issue May 11, 2022 · 1 comment
Open

disableSeek is not working with fullscreen mode #152

NensiKasundra opened this issue May 11, 2022 · 1 comment

Comments

@NensiKasundra
Copy link

When I am using disableSeek to true it's not working with fullscreen mode. Seek is showing in fullscreen mode.

 <VideoPlayer
                style={{
                    height: DEVICE_HEIGHT * 0.3,
                    alignSelf: 'center',
                    justifyContent: 'center'
                }}
                disableControlsAutoHide={true}
                disableSeek={true}
                autoplay={true}
                showDuration={true}
                video={{ uri: `https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4` }}
            />

Any Solution for the above one?

@NensiKasundra
Copy link
Author

@cornedor
Please check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant