-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.1, 5.12.4
-
-
c17a5cec1901dd23f4c39ec2ae47a060fbb06895 (qt/qtbase/5.15)
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);
- relates to
-
QTBUG-74200 Application area control on mobile devices
-
- Open
-
For Gerrit Dashboard: QTBUG-74202 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
280593,3 | Support MaximizeUsingFullscreenGeometryHint in resizeMaximizedWindows() | 5.15 | qt/qtbase | Status: MERGED | +2 | 0 |
280594,5 | Android: Implement MaximizeUsingFullscreenGeometryHint | 5.15 | qt/qtbase | Status: MERGED | +2 | 0 |
285625,3 | Revert "Android: Implement MaximizeUsingFullscreenGeometryHint" | 5.15 | qt/qtbase | Status: MERGED | +2 | 0 |
286808,3 | Android: Implement MaximizeUsingFullscreenGeometryHint | dev | qt/qtbase | Status: MERGED | +2 | 0 |