Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
6.4.1
-
None
-
-
2023wk04FOQtforAndroid
Description
The following code works fine in Qt 5.12.12 and getting "cut" in Qt 6.4.1 by Android buttons. Screenshots are attached.
import QtQuick 2.12 import QtQuick.Window 2.12 Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Rectangle { anchors.fill: parent color: "transparent" border.width: 10 border.color: "green" } }
P.S. Android buttons are always there and never disappears in both versions of app (which is OK for me).
Attachments
Issue Links
- is duplicated by
-
QTBUG-107923 Wrong height of the window on Android
- Closed
-
QTBUG-107604 [Reg 5.15.10 -> 5.15.11] Incorrect fullscreen dimensions on some Android devices
- Closed