Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.1.0
-
None
Description
When configuring for full screen app, the statusbar will appear when the keyboard pops up for input. The iOS build is fine. The previous version cordova-plugin-statusbar 2.0.0 does not exhibit this problem.
<preference name="StatusBarOverlaysWebView" value="true" /> <preference name="DisallowOverscroll" value="true" /> <preference name="Fullscreen" value="true" />
Also mentioned in this post.