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

Samsung bottom-most navigation bar obstructs view on Android 11

XMLWordPrintable

      The bottom navigation bar on Android 11 on Samsung phones obstructs the field of view and covers part of an element within an Activity which was supposed to be located just above it. The activities width and height are set to match those of Screen.

      Demo to reproduce

      import QtQuick 2.15
      import QtQuick.Window 2.15
      
      Window {
          id: rootWindow
          visible: true
          color: "orange"
      
          Text {
              anchors.centerIn: parent
              text: "W" + rootWindow.width + "/H" + rootWindow.height
          }
      
          Rectangle {
              color: "blue"
              anchors.left: parent.left
              anchors.right: parent.right
              anchors.bottom: parent.bottom
              height: 20
          }
      }
      

        1. 2021-11-16_13h11_54.mp4
          275 kB
          Michael Piendl
        2. 0001-RUB-269-ViewHeight.patch
          1 kB
          Michael Piendl
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ivan.solovev Ivan Solovev
            michl86 Michael Piendl
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes