In most of the android machine
the status bar work fine
But on note3 (and some other rare model)
the app content is set to full screen
but the status bar still appear
I’ve try to find the following parameters:
native.showAlert( 1, display.contentHeight…":"…display.viewableContentHeight…":"…display.screenOriginY…":"…display.topStatusBarContentHeight…":"…display.statusBarHeight)
but all return a normal value
please help, thank you