Full screen on android

Hi everyone,
I’m a bit new in ionic and I have a problem with full screen in my ionic app

I have screen like that which is just:

<ion-content fullscreen>

//some divs here

</ion-content>

What I want to achieve is to have my content under the status bar and make status bar transparent to have only white text visble on it.
I was trying setting light content on status bar and even I’ve installed cordova plugin android full screen but nothing works :confused: