Transparent android status bar

How can I make the statusbar transparent or transulecent on android?

I used cordova-plugin-translucent-statusbar which does the job really well but has a bug that makes keyboard unusable, so I can’t use that anymore.

Any suggestion on how to make the statusbar transparent?

So simple.

statusBar.overlaysWebView(true);
1 Like