Whenever I set anything about the status bar in ApplicationChrome, the navigation bar also becomes visible. I found out that this line was doing it, removing it solved the problem:
if (Screen.fullScreen) Screen.fullScreen = false;
Is there a reason for this fullScreen to be always set "false"? Is it because of older APIs?
Whenever I set anything about the status bar in ApplicationChrome, the navigation bar also becomes visible. I found out that this line was doing it, removing it solved the problem:
if (Screen.fullScreen) Screen.fullScreen = false;
Is there a reason for this fullScreen to be always set "false"? Is it because of older APIs?
My modified source is attached. ApplicationChrome.zip