I need to change the Status bar text color to dark (or black).But it is not supported on Cordova plugin.But I have seen where there is a method on Android native device as shown below.Can we do the same on Ionic 3 app too?
<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>