Official-Kodi-Remote-iOS icon indicating copy to clipboard operation
Official-Kodi-Remote-iOS copied to clipboard

Fullscreen mode does not support rotation

Open wutschel opened this issue 3 years ago • 1 comments

In v1.6.1 and v1.6.2 (up to least build 2178) the fullscreen mode does not support rotating.

wutschel avatar Apr 02 '21 23:04 wutschel

The rotation while fullscreen mode is intentionally deactivated in the code (ViewControllerIPad.m):

-(BOOL)shouldAutorotate{
    return !stackScrollIsFullscreen;
}

When changing above code to allow the rotation, there are several malfunctions seen, including wrong screen dimensions and wrong behavior of stacked views which were behind the fullscreen. This will need some more time.

wutschel avatar Apr 04 '21 11:04 wutschel