Details
-
Type:
Suggestion
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: 5.12, 5.13, 5.14, 5.15
-
Fix Version/s: None
-
Component/s: GUI: Look'n'Feel, GUI: Window management
-
Labels:None
-
Platform/s:
Description
Now to switch on immersive mode in Android the Qt's templates or code modification required. But this mode is mandatory needed for all game applications and not only. I request for new function in GUI Qt part - to turn on immersive mode (and other possible Android screen modes). The support must be implemented in QtActivity.java class. It requires modification of onCreate() and and onWindowFocusChanged() functions according to [this|https://forum.qt.io/topic/75789/max-screen-size-on-android-whithout-navigationbar-dimension/2.] And some AndroidManifest.XML tokens needed to turn immersive mode on.