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

Android applications in FullScreen extend past screen

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Moved
    • Icon: P2: Important P2: Important
    • None
    • 5.15.12
    • QPA: Android
    • None
    • Android
    • 2024wk48s3FOQtforAndroid

      The application size extends past the screen when the application is in fullscreen.

      Most likely the difference is the cutout areas (camera, etc). If that is correct, it should be decided if the fullscreen should overlap cutout or if the cutout space should be removed from the application size.

      Reproducible with Gallery example and:

      import QtQuick 2.15
      import QtQuick.Window 2.15
      Window {
          width: 640
          height: 480
          visible: true    
          title: qsTr("Hello World")
          visibility: "FullScreen"  
          Rectangle {            
              anchors.fill: parent
              color: "yellow" 
              Text {
                  anchors.bottom: parent.bottom 
                  color: "black"
                  font.pixelSize: 55
                  text: "TEST TEXT"        
              }
          }
      }
      

      Possibly reproducible with Qt6 or dev.

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

            assam Assam Boudjelthia
            samuelmira Samuel Mira
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes