Ionic 2 transparent StatusBar?

how to make the StatusBar transparent ?

add the cordova plugin

then do something like this in your .ts file.
StatusBar.backgroundColorByHexString('#00ffffff');

no man i like this , i want the statusbar to be trasnparent to my app theme
like this because i put backgrouns image
image
image

1 Like

Hi! did you find solution for this task?

Thanks

Hi, all
I solved it!

You can simply use cordova-plugin-statusbar StatusBar.styleBlackTranslucent() achieve it on IOS and WP. That’s ok.But android is so poor…

Don’t worry!If you want a Translucent statusBar for android or another platforms.Look at the following demo.

image