Page 1 of 1

Menu bar on android device

Posted: Tue Jan 09, 2018 2:41 am
by Turtle
Hello,
my next question is about how to hide the menu bar on android devices. Well i could hide the status bar using the standalone settings, but i got a problem with the menu bar, which i tried to hide with this code

Code: Select all

 if the environment is "mobile" then
      mobileHideStatusBar
   end if
Then after i start to search some answers but no luck. I am testing on HTC desire 650.

Re: Menu bar on android device

Posted: Tue Jan 09, 2018 12:53 pm
by jmburnod
Hi,
Not sure that is the problem but i read:
mobileHideStatusBar does not have any effect on any Android devices with "hardware buttons" embedded in the status bar. For example: "back, home and menu". On these devices, hiding the status bar would remove the buttons and prevent the user from exiting the application.
Best regards
Jean-Marc

Re: Menu bar on android device

Posted: Tue Jan 09, 2018 5:59 pm
by jacque
What menubar do you mean? Android has a status bar at the top but no menubar per se.

Re: Menu bar on android device

Posted: Wed Jan 10, 2018 3:35 am
by Turtle
Hi, here is the screenshot. i meant this black menu bar... is there a way to hide it?

Re: Menu bar on android device

Posted: Wed Jan 10, 2018 8:26 am
by jacque
I see, thanks. That's the navigation bar, and the info Jean-Marc posted is correct. LC doesn't let you hide that if the device has on-screen navigation icons.

Re: Menu bar on android device

Posted: Wed Jan 10, 2018 5:12 pm
by Turtle
:roll: okay... thanks guys