I need to change the text color of the status bar to dark (or black). But it is not supported in the Cordoba plugin . But I saw where there is a method on the native Android device, as shown below. Can we do the same in the Ionic 3 app?
Refernce:
<style name="statusBarStyle" parent="@android:style/Theme.DeviceDefault.Light"> <item name="android:statusBarColor">@color/status_bar_color</item> <item name="android:windowLightStatusBar">false</item> </style>
source share