Change Statusbar dynamically

I want to start the app with a fullscreen pic. But after login I want to show the statusbar.
How is the right way to do that?

I work with statusbar.hide() and $(‘html’).addClass(‘with-statusbar-overlay’);
but then there is a flickering between the views.

Is there a way to add the statusbar to the single views / pages instead to the html tag?