cordova-plugin-statusbar icon indicating copy to clipboard operation
cordova-plugin-statusbar copied to clipboard

Apache Cordova Status Bar Plugin

Results 38 cordova-plugin-statusbar issues
Sort by recently updated
recently updated
newest added

Added 'WindowInsetsControllerCompat.setAppearanceLightStatusBars' to 'setStatusBarStyle' to fix dark content styles ### Platforms affected - Android ### Motivation and Context In Android 12 the dark-content style wasn't working anymore due to the...

# Bug Report statusbar text color stay white, event we change color using StatusBar.styleDefault() ## Problem When we call, StatusBar.styleDefault() method then status bar font color must be converted to...

Since updating to cordova-android 11.0.0 I have the problem, that device elements overlap ion-header. Before the update, it extended the header and made space. [![enter image description here][1]][1] Config.xml: So...

### Platforms affected all ### Motivation and Context `blacktranslucent` and `blackopaque` styles and the corresponding methods StatusBar.styleBlackTranslucent and StatusBar.styleBlackOpaque are deprecated. Remove them. ### Description Removes the previous deprecated methods...

### Platforms affected iOS ### Motivation and Context silences and fixes warnings in code closes https://github.com/apache/cordova-plugin-statusbar/issues/215 ### Description silences deprecation warnings since the code still works (tested on iOS 15)...

iPhone Xr iOS 14.6 When using the status bar plugin with `overlaysWebView(false)`, I am noticing that using the native html video player in full screen mode will at times cause...

info-needed

I am having an input text box at the bottom of the page which on clicked, the keyboard appears and the text box goes behind the keyboard. This doesn't happen...

bug
platform: android

### Platforms affected All platforms, especially iOS. ### Motivation and Context Fixes #164. Fixes #162. It has been already fixed but not completely correctly. iOS statusbar has different behaviour for...

# Bug Report ## Problem The status bar in our and the ionic example (list and conferenceapp) apps flashes white and then stays white. It sometimes keeps flashing which is...

# Bug Report ## Problem If you have a splash screen, the status bar color is only applied after the app loads... Not on startup. Similar report #104 ### What...