GitToTheHub opened a new issue, #1947:
URL: https://github.com/apache/cordova-android/issues/1947

   # Bug Report
   
   ## Problem
   
   When setting `StatusBarOverlaysWebView` to `false` in config.xml:
   
   ```xml
   <preference name="StatusBarOverlaysWebView" value="false" />
   ```
   
   the complete app is covered  by the statusbar:
   
   Android 7.1.1 emulator
   
   <img width="250" 
src="https://github.com/user-attachments/assets/225425c2-74d8-470f-a9eb-9e75a14df9ff";
 />
   
   This does not happen on Android 9 and newer.
   
   ### What is expected to happen?
   
   Setting `StatusBarOverlaysWebView` to `false` should just display the 
statusbar and the web view after.
   
   ### What does actually happen?
   
   The statusbar covers the whole app.
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   This was tested in a Hello World app with adding the lastest master of 
cordova-android.
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   
   
   ### Version information
   <!--
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to