I was not able to get my game back into full screen immersive mode. Not being able to re-enter immersive mode happened on several devices. If the player swipes up the navigation bar, it should go away after being used.
I was using this code in my main.lua:
display.setStatusBar( display.HiddenStatusBar ) native.setProperty( "androidSystemUiVisibility", "immersiveSticky" )
This happened using Corona build 2015.2744
Can anyone help me getting this to work correctly please?