Deciding NOT to go fullScreen, deploying on iOS the app gains a 40px margin between the StatusBar and the header.
Instead, inserting the following code:
in the run() method, the Statusbar is correctly removed, but the total height of the main window is lessened of those famous 40px, letting the side menu visible on the bottom of the page.
Anyone with the same problem?