Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.1, 6.3.0 Beta1
-
None
-
Android
-
-
d85c6527b5 (qt/qtbase/dev) d85c6527b5 (qt/tqtc-qtbase/dev) 7a9de4ec1b (qt/qtbase/6.2) 7a9de4ec1b (qt/tqtc-qtbase/6.2) 9fd8afacce (qt/qtbase/6.3) 9fd8afacce (qt/tqtc-qtbase/6.3)
-
Team A Foundation Sprint 54
Description
With Qt6 when calling QWindow::showFullscreen() the navigation bar area at the bottom stays white. This was not the case using Qt 5.15.2. It seems it could be arranged with native wizardry but I'd much rather have the appropriate behavior by default.
To reproduce I've added the following to the Qt gallery sample:
MouseArea { property bool fullScreen: false anchors.fill: parent z: 1000 onClicked: { fullScreen = !(fullScreen); if (fullScreen) window.showFullScreen(); else window.showNormal(); } Rectangle { anchors.fill: parent opacity: 0.5 color: "blue" } }
Attachments
Issue Links
- duplicates
-
QTBUG-99046 Fullscreen mode not correct "fully-fullscreened" on Android w/ Qt 6.2.x
- Closed
- mentioned in
-
Page Loading...