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
708 stars 820 forks source link

[BUG] Error in full screen and landscape mode #557

Open Felipebb opened 3 years ago

Felipebb commented 3 years ago

Describe the bug I'm having two errors. The first is that when I get out of full screen, my app's interface around the player goes black. This also happens in mobile landscape mode, when using the web application by the browser.

To Reproduce To reproduce the problem, just turn the phone over while in a browser or try to use full screen with the player.

Expected behavior It is expected that when leaving full screen, the interface around the video player will remain the same as in the demo: https://sarbagyastha.com.np/youtube_player_flutter/#/

In the case of landscape mode, the same is expected.

Screenshots Screenshot before entering and exiting full screen image

Image after entering and exiting full screen (Black screen) image

Technical Details:

Additional context I would like to solve this problem, knowing if it is something from the plugin or from the flutter. I see that many have a similar or the same problem.

applicationsweb commented 3 years ago

Interested too... Same problem

aswinpraja commented 2 years ago

https://github.com/sarbagyastha/youtube_player_flutter/issues/587 are they related somehow?