Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
5.15.0
-
Qt5.15.0, QtQuick 2.15, Pixel3a with Android 10, MacOs 10.15 for development.
Description
On Pixel devices, when the qml Window has its visibility set to Window.FullScreen, the window does not fill completely the screen. When the window is coloured, a thin (1px or so) white line can be observed at the bottom of the screen. This appears on Pixel devices (tested on Pixel3A, and Pixel3 emulator running Android 10).
QML code :
// code placeholder import QtQuick 2.15 import QtQuick.Window 2.15 Window { id: appWindow visible: true title: qsTr("Hello World") color: "#3e0a77" visibility: Window.FullScreen }
Attachments
Issue Links
- duplicates
-
QTBUG-87334 Graphical issue on some Android smartphones: white line at the top and the right side of the screen
- Closed
- is duplicated by
-
QTBUG-54165 Initial screen rendering problem on Android when high dpi support is enabled
- Closed
-
QTBUG-55600 White border on left/bottom sides of screen
- Closed