Incubbus opened a new issue #149: Problems with transparency on custom 
background color
URL: https://github.com/apache/cordova-plugin-statusbar/issues/149
 
 
   # Bug Report
   
   ## Problem
   
   No transparency when using `backgroundColorByHexString("#BB000000")` and 
`this.statusBar.overlaysWebView(true);`.
   
   ### What is expected to happen?
   
   The status bar should be an overlay on the web view and shoul be kinda 
transparent.
   
   ### What does actually happen?
   
   The status bar is behaving as if `this.statusBar.overlaysWebView(false);` 
was called and the color is dark gray-ish..
   
   ## Information
   
   
   ### Command or Code
   
   ``
   this.statusBar.backgroundColorByHexString("#BB000000");
   this.statusBar.overlaysWebView(true);
   ``
   
   and 
   
   ``
   this.statusBar.overlaysWebView(true);
   this.statusBar.backgroundColorByHexString("#BB000000");
   ``
   
   have been tested
   
   ### Environment, Platform, Device
   
   Ionic, Cordova, on Android 6.0.1 and Android 9.
   
   
   
   ### Version information
   
   ```
   Ionic:
   
      Ionic CLI          : 5.2.4 (/usr/local/lib/node_modules/ionic)
      Ionic Framework    : ionic-angular 3.9.6
      @ionic/app-scripts : 3.2.3
   
   Cordova:
   
      Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
      Cordova Platforms : android 8.0.0, ios 4.5.5
      Cordova Plugins   : cordova-plugin-ionic-webview 1.2.1, (and 19 other 
plugins)
   ```
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues (according to suggested issues)
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to