fredrikburmester / streamyfin

A Jellyfin client build with Expo
Mozilla Public License 2.0
1.05k stars 28 forks source link

[Android] Player fullscreen results in "currently playing" widget off the screen #25

Open Schaka opened 2 months ago

Schaka commented 2 months ago

Describe the bug When watching a movie or TV shows on my Pixel 6, I can select full screen. This simply doesn't work (on downloaded movies, it's a black screen, on streaming content it's doing nothing). Instead it shoves the "currently playing" widget all the way down the screen with only the top half of it still showing.

Afterwards, it's stuck down there and you need to kill and restart the app to fix it. The button to stop the currently playing media is not accessible anymore and when opening the player by clicking on the preview, there is no button to stop playback either.

Smartphone (please complete the following information):

fredrikburmester commented 2 months ago

There seems to be an issue with the react-native-video library i'm using that is causing the video player component to move, even though it's absolutely positioned. Any help on this issue from other developers would be greatly appreciated.