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 disable fullscreen ?? need help #437

Open
jumper900 opened this issue Feb 12, 2021 · 3 comments
Open

How to disable fullscreen ?? need help #437

jumper900 opened this issue Feb 12, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@jumper900
Copy link

jumper900 commented Feb 12, 2021

how to disbale full screen option without hiding controls??

@jumper900 jumper900 added the bug Something isn't working label Feb 12, 2021
@babyguy
Copy link

babyguy commented Feb 19, 2021

Found a solution to not enable full screen mode?

@ghost
Copy link

ghost commented Feb 21, 2021

Found a solution to not enable full screen mode?

no not yet

@binish784
Copy link

hello did something like this, and it hid the button

return YoutubePlayer(
    controller: _controller,
    bottomActions: [
        const SizedBox(width: 14.0),
        CurrentPosition(),
        const SizedBox(width: 8.0),
        ProgressBar(
            isExpanded: true,
        ),
        RemainingDuration(),
        const PlaybackSpeedButton(),
    ]
);

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

4 participants