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

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

XMLWordPrintable

    • 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

      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" 
          }
      }
      

        1. VCTsdvW9Z7.gif
          174 kB
          Benjamin Arnaud
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes