cmohanraj10 opened a new issue, #285: URL: https://github.com/apache/cordova-plugin-statusbar/issues/285
**Bug Report** **Problem** **What is expected to happen?** When using the cordova-plugin-statusbar plugin with the <preference name="StatusBarOverlaysWebView" value="false" /> setting in config.xml, the WebView content should not overlap with the status bar on Android devices. The status bar should be managed correctly by Android, and the content should be pushed below the status bar. **What does actually happen?** Despite setting StatusBarOverlaysWebView to false in the config.xml file, the WebView content still overlaps with the status bar on Android 16 devices. The status bar is not properly pushing the content down, resulting in visual overlap. **Information** ``` <plugin name="cordova-plugin-statusbar"/> <preference name="StatusBarOverlaysWebView" value="false" /> ``` Any help? -- 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]
