IOS Navbar gets offset by Statusbar

While I was building my app, I found the next problem. For android the Status bar works really nice and it’s not a problem but for IOS the navbar padding top just gets crazy. Something like this

Don’t look at the buttons, I’m just fixing them for IOS. The main problem is that, the Navbar generates like an space for the StatusBar because, normally, it just overlays the webview. But in this case the StatusBar is not overlaying, I had tried the cordova documentation about Status bar, and setting the StatusBar Overlay to true manually on Javascript and on the config.xml

This makes ion-content gets out of the screen on the bottom side of the screen, it’s making me crazy.

Please have you ever had this problem or had any idea how to resolve it?

Thanks a lot!