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

Android apps do not fill screen with MaximizeUsingFullscreenGeometryHint

    XMLWordPrintable

Details

    Description

      Related to QTBUG-64574,

      flags: Qt.MaximizeUsingFullscreenGeometryHint

      does not fill the entire display. Reading the docs it seems that it should also hide the nav bar, this doesn't seem to do that, but it works as described on iOS.

      In the activity's onCreate() this needs to happen Java code:

      View decorView = window.getDecorView();
      		int uiOptions = decorView.getSystemUiVisibility();
      		uiOptions |= View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
      		decorView.setSystemUiVisibility(uiOptions);
      

      Attachments

        Issue Links

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

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              jasonapk Jason Hihn
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes