Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.1
-
None
-
Xiaomi Redmi Note 7, Android 10, MIUI 12.5.3 stable
-
-
0abcb9bef (dev), 6e32a2e06 (6.8)
-
2024wk48s3FOQtforAndroid, 2024wk50s3FOQtforAndroid, 2024wk52FOQtforAndroid, 2025wk02s3FOQtforAndroid
Description
Hi,
There are bugs in Android, window mechanism.
- When the application is not in fullscreen: we have a white rectangle at the bottom of the window
- When the application is in fullscreen, it seems that the Window component height is biggest than screen size, so the bottom is out of the screen..
Here is an example for the first issue:
import QtQuickWindow { color: "red" visible: true title: qsTr("Hello World") }