sarbagyastha / youtube_player_flutter

A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.
https://youtube.sarbagyastha.com.np
BSD 3-Clause "New" or "Revised" License
711 stars 826 forks source link

[BUG] Cannot play Video in Fullscreen Portrait mode #973

Open ConnorDykes opened 3 months ago

ConnorDykes commented 3 months ago

Is there an existing issue for this?

Package

youtube_player_flutter

What happened?

I was using flutter_player_iframe and it worked perfectly on iOS but can't get the video to play on android so I switched to this package and now the videos play but when I go full screen it does not allow for portrait mode. Please help.

What is the expected behaviour?

full screen portrait Mode

How to reproduce?

_controller.toggleFullscreen();

Flutter Doctor Output

No response

ConnorDykes commented 2 months ago

@sarbagyastha ?

kakerublaze commented 1 month ago

this issue is still persistent can't use full screen mode.

kennyopr commented 1 month ago

I am also having this issue. Portrait or even Landscape mode. Fullscreen does not work.