It is said in the documentation that, will be default for Android versions higher than 5. But in real it is not taking the default value or not even if we set in config.
I had to use StatusBar.overlaysWebView(true); onDeviceReady to make the overlay true in Android.
Cordova-plugin-statusbar: 2.4.3
It is said in the documentation that, will be default for Android versions higher than 5. But in real it is not taking the default value or not even if we set in config.
I had to use StatusBar.overlaysWebView(true); onDeviceReady to make the overlay true in Android.
Cordova-plugin-statusbar: 2.4.3