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

### Platforms affected The main platform that this is desired for is Android. But this enhancement works on iOS as well. ### Motivation and Context This adds a function that...

platform: ios
platform: android
feature

Dear all, With Xcode 12 and iOS 9.0 seems that a lot of methods to play with status bar have been deprecated, like: ```bash cordova-plugin-statusbar/CDVStatusBar.m:389:14: warning: 'setStatusBarHidden:' is deprecated: first...

With older version 2.2.2 this was working fine with android but that version was not compatible with iphone XS and iphone X (UI of model was not aligned properly/ overlapped...

support
platform: android

# Feature Request ## Motivation Behind Feature I need a way to know when the `overlaysWebView` method has completed its work, so that I can ensure that my custom javascript...

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...

info-needed

# Bug Report ## Problem Absolute positioned element in html are not positioned correctly after using this statusbar plugin ### What is expected to happen? Div element with class footer...

Extend tutorial for hiding at startup. One does not need to directly change Xcode project to hide splash screen. It can be made through config.xml ### Platforms affected ### What...

enhancement
platform: ios

### Platforms affected Android ### Motivation and Context Statusbar would override background color to set transparent on `overlaysWebView(true)` and therefore `overlaysWebView(false)` will make the statusbar turn black. This PR keeps...

# Bug Report ## Problem When creating a dark background color of the statusbar by for example: ```StatusBar.backgroundColorByHexString('#000000');``` and then doing: ```StatusBar.styleLightContent();``` then the text will be black on a...

# Bug Report ## Problem `` not work take the action when you build the iOS. ### What is expected to happen? `` should be take the action when you...