Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2.0 RC
-
None
-
-
792a5b15c (dev), 57e3030f9 (6.5), fb2d2fa02 (tqtc/lts-6.2), df8e1cc73 (dev), b87c8a325 (6.6), adb7e2525 (dev), 07839c11f (6.5), 061a057d5 (6.6), 0e4110aa6 (tqtc/lts-6.2), 154771b42 (6.5), 30990b0dc (tqtc/lts-6.2)
-
2023wk02FOQtforAndroid, 2022wk44FOQtforAndroid, 2022wk46FOQtforAndroid, 2022wk48FOQtforAndroid, 2022wk50FOQtforAndroid, 2022wk52FOQtforAndroid, 2023wk04FOQtforAndroid, 2023wk08FOQtforAndroid, 2023wk10FOQtforAndroid, 2023wk12FOQtforAndroid, 2023wk14FOQtforAndroid
Description
Consider a QQuickWindow in a fullscreen mode:
window()->setVisibility(QWindow::FullScreen);
and allow the window to extend into the DisplayCutout areas:
WindowManager.LayoutParams attr = getWindow().getAttributes(); attr.layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES; getWindow().setAttributes(attr);
Expected behavior (like in Qt 5.15): Quick item occupies full screen.
Actual behavior in Qt 6.x: the item is not rendered into cutout areas, they are left filled with white color.
Attachments
Issue Links
- is duplicated by
-
QTBUG-110004 Android applications in FullScreen extend past screen
- Reported
- relates to
-
QTBUG-98989 Android 11 - Display Cutout (Waterfall insets)
- Open
-
QTBUG-96105 When a window is switched to be FullScreen then it will end up keeping a bar at the bottom of the window which should not be visible
- Reported
-
QTBUG-107923 Wrong height of the window on Android
- Closed
- resulted in
-
QTBUG-114437 REG: Android: Layout in display cut mode being overridden to short edges always
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...