Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Android fullscreen app
-
Hi,
I want my app to occupy whole screen. So, I want to hide top bar (the one with clock, battery, wifi status etc) and on some phones which don't have hw buttons, I also want to hide the bar with android buttons (back, home).Is it possible in Qt?
-
Sorry, sometimes things are simpler than I think.
visibility: Window.FullScreen
-
Yes, it's possible. Do you use Widgets or Quick?
-
Sorry, sometimes things are simpler than I think.
visibility: Window.FullScreen