Github user goshakkk commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-206932594 The problem is with just overlay set to true, when the status bar extends, it partially slides onto the web view. Reducing the web view's frame by the height of the addition allows to address that. The extended status bar will now partially hide only 20px of web view, not 40px. These 20px it hides contain a custom bg for the status bar anyway, so it's ok to hide that, and the 20px offset ensures that no actual content will overlap with the addition. <img width="247" alt="screen shot 2016-04-07 at 5 27 18 pm" src="https://cloud.githubusercontent.com/assets/315596/14354486/23f8bdd8-fce6-11e5-8f24-3959de2742db.png">
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org