Skip to content

1.14.1 fullscreen fix#951

Open
maxbritto wants to merge 2 commits into
fluttercommunity:masterfrom
maxbritto:1.14.1-fullscreen-fix
Open

1.14.1 fullscreen fix#951
maxbritto wants to merge 2 commits into
fluttercommunity:masterfrom
maxbritto:1.14.1-fullscreen-fix

Conversation

@maxbritto

@maxbritto maxbritto commented Jun 8, 2026

Copy link
Copy Markdown

The first attempt to go full screen just after checking if autoPlay is on fails and prevents the second want to be done.

See bug reported here for more information #710

previous PR was no longer compatible with the latest codebase but the bug is still there : #711

maxbritto added 2 commits June 8, 2026 17:03
…y#710

The first attempt to go full screen just after checking if `autoPlay` is on fails and prevents the second want to be done.
On some devices, the `VideoPlayerController` can be ready before the `Chewie` widget is.
If that happens, the `enterFullScreen()` call does not work and the controller is out of sync believing it’s in full screen where it’s not.

Fix attempt : We wait until we have at least one listener before trying to enter full screen
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

Successfully merging this pull request may close these issues.

1 participant