3qnexx / nexxPLAY-iOS

nexxPLAY SDK for iOS
3 stars 2 forks source link

IPhone 13 and 14 wenn entering Fullscreen aspectratio bug #19

Closed JanWeidenhammer closed 2 months ago

JanWeidenhammer commented 3 months ago

In version 6.4.3 - 6.4.6 if you play the Video in Fullscreen and enter landscape mode the aspectratio shifts to make the Video play outside of the screen.

boredom2 commented 3 months ago

Hi there and thanks for the Hint. Do you have any sample Ids we can use for checking this?

JanWeidenhammer commented 3 months ago

videoId: 1828482

do you want the whole Data Structure?

boredom2 commented 3 months ago

We will look into it, thanks.

DanielLeberle commented 3 months ago

Hi,

I tried to reproduce the mentioned error, without success so far. Did you enter the fullscreen via the fullscreen button of the player or did you start the player already being in fullscreen mode?

JanWeidenhammer commented 3 months ago

I first play the video then click the fullscreen button and then tillt the phone to go into landscape mode

DanielLeberle commented 3 months ago

could you maybe provide a video of the bug?

JanWeidenhammer commented 3 months ago

https://github.com/3qnexx/nexxPLAY-iOS/assets/131875880/c4c69443-9f10-4fe9-8760-0239fc690baa

DanielLeberle commented 3 months ago

Hmm ok I have a couple more questions:

JanWeidenhammer commented 3 months ago

It's a native app in UIKit it is integrated in different views and the behavior is the same in all of them

DanielLeberle commented 3 months ago

hmm ok are you modifying the UIWindow somehow? when the player goes "fullscreen" we add it to the window since we do not know the view hierarchy outside the player. This used to work pretty well and also in my test applications I can not reproduce the error.