Permanently visible status & navigation bar

I am developing a business app and I want permanently visible status and navigation bars, with the content area right up to them, you know, like any business app does these days.

I have been searching the internet for a while but I cannot seem to find a solution to accomplish this.

Is it possible?

Are you looking for this?

No, even if it worked (which it doesn’t on Android), there is still the navigation bar.

I may have misunderstood when you said status bar. Sorry about that.

Are you trying to create something like this?

if system.getInfo( "androidApiLevel" ) and system.getInfo( "androidApiLevel" ) < 19 then

  native.setProperty( "androidSystemUiVisibility", "lowProfile" )

else

  native.setProperty( "androidSystemUiVisibility", "immersiveSticky" )

end

You can try this.

ImmersiveSticky hides the navbar.
But I think I found a working setup.