I want to hide the navigation bar.
for example: like in the game “Jelly Jump”.
i saw this sulotion: http://docs.coronalabs.com/daily/api/library/native/setProperty.html#androidSystemUiVisibility
but it dosent work at all.
i tried it in 2 ways: native.setProperty(“androidSystemUIVisibility”, “immersiveSticky”)
or: native.setProperty(“androidSystemUIVisibility”, immersiveSticky)
but the 2 does not work for me. I did something wronge?