Search code examples
firefox-os

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


I'm developing a FFOS app and want to hide the Time, battery indicator, etc bar at the top of my app. How do I do that?


Solution

  • You can try to use the "fullscreen": "true" in the manifest.webapp file. Check out: https://developer.mozilla.org/en-US/docs/Web/Apps/Manifest