I’m using the org.apache.cordova.statusbar plugin, with the following config.xml setting to use the white foreground text: <preference name="StatusBarStyle" value="lightcontent" />
. I’m using the $cordovaStatusbar
defaults.
My login view doesn’t have an <ion-nav-bar>
. When nothing has focus, the status bar works as expected. It picks up the background color of the view.
When an input has focus, and I scroll, the status bar’s background color is now gone. Am I doing something wrong or is this a bug?
Ionic 1.0.0-beta.14.
Here’s a video to demonstrate the bug. Thanks!