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

Android apps do not fill screen with MaximizeUsingFullscreenGeometryHint

XMLWordPrintable

      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);
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes