sarbagyastha / youtube_player_flutter

Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API. Supports both Android and iOS platforms.
BSD 3-Clause "New" or "Revised" License
682 stars 754 forks source link

Player fullscreen #933

Open VinsMediaX opened 3 months ago

VinsMediaX commented 3 months ago

Hi. I have a structure like this:

Scaffold -> list of youtube video widgets containing YoutubePlayerBuilder and YoutubePlayer that returns just player.

When i make fullscreen one of the videos, it simply turn the screen in landscape mode, but the scaffold is still scrollable with other elements of the page visible. Do I have to push navigator on another empty screen containing only the player when I press the fullscreen button? Maybe passing the controller in the state to continue viewing in the other screen? Thanks

Screenshot 2024-04-10 alle 21 55 50 Screenshot 2024-04-10 alle 21 56 25
jams797 commented 1 month ago

Buenas @sarbagyastha Este problema aun persiste, hay solución?

i-panov commented 1 month ago

I have same problem :(

jams797 commented 1 month ago

@sarbagyastha