screen - How to hide navigation bar in LibGDX? -
basically that's question. can hide navigation bar when run app in phone not have physical home buttons? way i'm running android 5 (i don't know if changes anything.)
if know how please answer :)
i know it's old question, finds way here, libgdx has easy way this. set field in androidlauncher class.
config.useimmersivemode = true;
Comments
Post a Comment