-
-
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
[BUG]: [Android] How to hide the video controls by default, and show it when user taps the video player #4406
Comments
Previous bot comment (click to expand)Thank you for your bug report. We will review it and get back to you if we need more information. There is a newer version of the library available. You are using version 6.8.0, while the latest stable version is 6.10.0. Please update to the latest version and check if the issue still exists.
|
Thank you for your bug report. We will review it and get back to you if we need more information. |
Is there any this kind of property |
you need to develop it ... |
Hi @freeboub Thanks for your reply. |
@cool725 did you try to remove this call in // Setting the visibility for the playerControlView
if (playerControlView != null) {
playerControlView.show();
} |
Hi @freeboub I am not sure where to put this code. Could you please explain in more detail? |
Version
6.10.0
What platforms are you having the problem on?
Android
System Version
12
On what device are you experiencing the issue?
Real device, Simulator
Architecture
Old architecture
What happened?
Android: How to hide the video controls at first, show it when user taps the video player for the first time.
It works fine on iOS.
Reproduction Link
No response
Reproduction
If you play a video, video controls will be shown by default on Android. And it disappears after about 5 seconds.
By default, I want to hide this video controls. Only show it when user taps the video player, exactly same as iOS.
The text was updated successfully, but these errors were encountered: