framework7

Open full view…

Status bar overlay

sandor
Thu, 24 Jul 2014 15:34:38 GMT

would be sweet if we could decide to have the "status bar overlay" active or inactive even if the App is in fullscreen mode. In my special case, the contents are wrapped in a fullscreen WebView that does not shows a status bar – in such a case having control over the "status bar overlay" is crucial. Using a custom CSS like: .statusbar-overlay { visibility:hidden; } does not solve the problem... Keep up the good work!

Vladimir Kharlampidi
Thu, 24 Jul 2014 15:44:35 GMT

Just call : --- $$('html').removeClass('with-statusbar-overlay'); --- right after you init app. Will add such option

sandor
Mon, 28 Jul 2014 17:01:43 GMT

great! thanks ;-)