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

How to show control bar long time like 3 seconds or 4 seconds when user tap on video player? #541

Closed
simp13 opened this issue Jun 8, 2021 · 2 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@simp13
Copy link

simp13 commented Jun 8, 2021

How to show control bar long time like 3 seconds or 4 seconds when user tap on video player?

I try controlhidetimes but it only disappear slowly but I want to show control bar 3 or 4 seconds when user click on player after that control bar disappear immediately.How can I do that?

Could you please tell me how to do that?

@simp13 simp13 added the new issue New issue which has not been checked yet label Jun 8, 2021
@lavara123
Copy link

lavara123 commented Jun 8, 2021

@simp13

var betterPlayerConfiguration = BetterPlayerConfiguration(
      controlsConfiguration: BetterPlayerControlsConfiguration(
        controlsHideTime: /**/,
      ),
    );

@jhomlala
Copy link
Owner

Please follow issues policy: #535

Answer from @lavara123 is the correct one.

@jhomlala jhomlala added wontfix This will not be worked on and removed new issue New issue which has not been checked yet labels Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants