Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Hiding the Android Navigation Bar (fullscreen app)

Hi Kal,

Did you tick "Full Screen" for a footer in Properties panel?

Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

Hiding the Android Navigation Bar (fullscreen app)

Yes, I just tried it. It does not help, unfortunately. Same results.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Hiding the Android Navigation Bar (fullscreen app)

Hi Kal,

Then you could manually hide header and footer, unticking 'Show Header' and 'Show Footer' on page Properties panel.

Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

Hiding the Android Navigation Bar (fullscreen app)

Katya, I am not trying to hide the header and footer, I am trying to hide the Android navigation bar (with the home button, back button, App switching button, etc.)

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Hiding the Android Navigation Bar (fullscreen app)

Kal,

But navbar is placed in a header/footer, isn't it?..

Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

Hiding the Android Navigation Bar (fullscreen app)

Ah, we are talking about two different navigation bars! Yes, there is a navbar in the app itself, that can be put in header or footer. However, the tablet/phone has its own navigation bar, which I am trying to hide. Please click on the link I gave in the first post in this thread, and you will know what I mean.

Apparently, Evgene was able to get it to work, using Maryna's suggestion in the first reply. However, I can't get that to work, and I am trying to figure out why it works for Evgene and not for me.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Hiding the Android Navigation Bar (fullscreen app)

KEl,

Please look here:
http://docs.build.phonegap.com/en_US/...
fullscreen Makes your app full screen, with values true or false. This hides the status bar at the top, and is false by default. I.e. it hides only the top status bar.
Image

Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

Hiding the Android Navigation Bar (fullscreen app)

So, this brings me back to the original question. How do I hide the Navigation bar (the Back, Home, App Switch, Menu button bar you see at the bottom of your page)? Google documentation says https://developer.android.com/trainin..., I should set the SYSTEM_UI_FLAG_HIDE_NAVIGATION. Where do I find it in Appery?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Hiding the Android Navigation Bar (fullscreen app)

Hi Kal,

Please see this example with manifest: http://stackoverflow.com/a/20680323

Return to “Issues”