Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-85577

Application window does not cover entire screen on some android devices

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • 5.15
    • 5.15.0
    • QPA
    • Qt5.15.0, QtQuick 2.15, Pixel3a with Android 10, MacOs 10.15 for development.
    • Android

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              bartlomiejmoskal Bartlomiej Moskal
              quent Quentin Houben
              Votes:
              3 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: