How to hide Status Bar
-
I’m trying to make like a Kiosk App. Am trying to hide the android status bar at the top, but don’t seem to be able to find any documentation?
Is it a Cordova thing or something i can do with Quasar? -
As it is a kiosk it should be safe to assume you can control the way the browser is launched. For desktops Chrome and Opera (maybe others) support a CLI flag that launches them in Kiosk mode. For Chrome in Windows I know you can use “Add to desktop” to create a shortcut that launches the webpage without the “chrome”. There are probably many other ways to do similar so I would recommend these instead of relying on full-screen behavior in the Javascript.
-
I do not really understand what you are saying. Why is Chrome involved? I’m making an APK to run on my android device and just want it to be in the “Immersive” mode.
-