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/03/26 12:37:32 UTC

[GitHub] aszmyd opened a new pull request #96: Persistent transparency + getStatusBarHeight method

aszmyd opened a new pull request #96: Persistent transparency + getStatusBarHeight method
URL: https://github.com/apache/cordova-plugin-statusbar/pull/96
 
 
   ### Platforms affected
   Android
   
   ### What does this PR do?
   1. It makes statusbar transparency persisten. Earlier when you call methods in this order: `overlaysWebView(true)` , `hide()` , `show()` the status bar gets shown without transparency and pushes webview to bottom. And because we wanted to have statusbar transparent (overlaysWebView) from this point the show/hide should toggle the statusbar visibility and it should always show transparent.
   2. Support for `StatusBarOverlaysWebView` in Android when its pre-defined in project `config.xml`
   3. Added `StatusBar.getStatusBarHeight` method (Android only) that gets current statusbar height in CSS pixels
   
   ### What testing has been done on this change?
   Manual testing on Android device
   
   

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