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

REG->6: Android: Fullscreen does not cover the navigation bar area

    XMLWordPrintable

Details

    • Android
    • d85c6527b5 (qt/qtbase/dev) d85c6527b5 (qt/tqtc-qtbase/dev) 7a9de4ec1b (qt/qtbase/6.2) 7a9de4ec1b (qt/tqtc-qtbase/6.2) 9fd8afacce (qt/qtbase/6.3) 9fd8afacce (qt/tqtc-qtbase/6.3)
    • Team A Foundation Sprint 54

    Description

      With Qt6 when calling QWindow::showFullscreen() the navigation bar area at the bottom stays white. This was not the case using Qt 5.15.2. It seems it could be arranged with native wizardry but I'd much rather have the appropriate behavior by default.

      To reproduce I've added the following to the Qt gallery sample:

      MouseArea { 
          property bool fullScreen: false
       
          anchors.fill: parent
       
          z: 1000
           
          onClicked: { 
              fullScreen = !(fullScreen);
       
              if (fullScreen) window.showFullScreen(); else window.showNormal(); 
          }
       
          Rectangle { 
              anchors.fill: parent
       
              opacity: 0.5
              
              color: "blue" 
          }
      }
      

      Attachments

        1. VCTsdvW9Z7.gif
          174 kB
          Benjamin Arnaud

        Issue Links

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

          Activity

            People

              ivan.solovev Ivan Solovev
              bunjee Benjamin Arnaud
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              7 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes