You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/07 01:14:41 UTC

[GitHub] [cordova-plugin-statusbar] globules-io opened a new issue, #231: Webview doesn't take full height after hide

globules-io opened a new issue, #231:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/231

   # Bug Report
   
   ## Problem
   Statusbar.hide(); hides the status bar but the webview is not stretched vertically. It leaves a white space where the statusbar was.
   
   ### What is expected to happen?
   Have the webview take 100% of the available height
   
   ### What does actually happen?
   A white space is left over of the height of the status bar
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   <preference name="StatusBarBackgroundColor" value="#FFFFFF" />
   <preference name="StatusBarOverlaysWebView" value="false" />
   <preference name="StatusBarDefaultScrollToTop" value="false" />
   <preference name="StatusBarStyle" value="lightcontent" />
   <preference name="android-minSdkVersion" value="18" />
   <preference name="android-maxSdkVersion" value="32" />
   <preference name="android-targetSdkVersion" value="32" />
   
   <plugin name="cordova-plugin-statusbar" spec="^3.0.0" />
   
   ### Version information
   Cordova 11
   cordova-android 10.1.2
   Verified on device Android 6.0.1
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub 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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-statusbar] globules-io closed issue #231: Webview doesn't take full height after hide

Posted by GitBox <gi...@apache.org>.
globules-io closed issue #231: Webview doesn't take full height after hide
URL: https://github.com/apache/cordova-plugin-statusbar/issues/231


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

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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