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

Bottom Navigation Bar overlaps app window

    XMLWordPrintable

Details

    • Android
    • 48ebd4e31 (dev), 9b8777d49 (6.4), 50185ff90 (tqtc/lts-6.2), 652652f3c (6.5), ecaa0f1ac (tqtc/lts-5.15)
    • 2023wk04FOQtforAndroid, 2023wk06FOQtforAndroid

    Description

      New-style (or modern) bottom Navigation Bar overlaps app window:

      but with old-style Navigation Bar it look OK:

      to reproduce this create a QML app with the following main window:

      import QtQuick
      
      Window {
          visible: true
          title: qsTr("Hello World")
      
          Rectangle
          {
              anchors.fill: parent
              color: "red"
          }
      
          Rectangle
          {
              anchors.fill: parent
              anchors.margins: 5
              color: "green"
          }
      }
      

      Or run the application from attachments.

      Tested on the following emulators:

      Attachments

        1. GreenRect.zip
          1 kB
          Dmitry Efimov
        2. image-2022-12-12-13-54-59-374.png
          51 kB
          Dmitry Efimov
        3. image-2022-12-12-13-58-41-540.png
          54 kB
          Dmitry Efimov
        4. image-2022-12-12-14-03-42-411.png
          32 kB
          Dmitry Efimov
        5. pixel3aXLAnd13-QTBUG109351-Qt51511-descriptionQMLapp-rotation.mp4
          439 kB
          Rami Potinkara
        6. pixel3aXLAnd13-QTBUG109351-Qt515-patch455920ver6-descriptionQMLapp-rotation.mp4
          358 kB
          Rami Potinkara
        7. qtdev+1p7tandr11+api33-patch.mp4
          1.91 MB
          Rami Potinkara
        8. Screenshot 2023-02-14 at 19.40.14.png
          121 kB
          Samuel Mira
        9. Screenshot 2023-02-14 at 19.40.47.png
          204 kB
          Samuel Mira

        Issue Links

          For Gerrit Dashboard: QTBUG-109351
          # Subject Branch Project Status CR V

          Activity

            People

              rampe Rami Potinkara
              dmitriano Dmitry Efimov
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes