How can I make status bar translucent? Whatever change I make, it doesn't reflect in the app. So far I tried this.
StatusBar.styleLightContent();
I also played with StatusBar.overlaysWebView(false);
The result is always this, a white status bar with no text (iOS 12, Cordova 8.1.1):