How do I hide the top status bar in my Firefox OS app? -


i'm developing ffos app , want hide time, battery indicator, etc bar @ top of app. how do that?

you can try use "fullscreen": "true" in manifest.webapp file. check out: https://developer.mozilla.org/en-us/docs/web/apps/manifest


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -