You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/06/27 23:42:28 UTC

[GitHub] Menardi commented on issue #97: Add Android overlay support to README

Menardi commented on issue #97: Add Android overlay support to README
URL: https://github.com/apache/cordova-plugin-statusbar/pull/97#issuecomment-400864544
 
 
   @ManigandanRaamanathan If you want a semi-transparent status bar, you can do this, which is actually part of this PR:
   
   ```
   StatusBar.overlaysWebView(true);
   StatusBar.backgroundColorByHexString('#33000000');
   ```
   
   Otherwise, if you think there is an actual bug, you should file it at the [Cordova JIRA](https://issues.apache.org/jira/projects/CB/issues).

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


With regards,
Apache Git Services

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