-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 35 StatusBarOverlaysWebView false not working #274
Comments
@mannisc Wenn we build our App with android-targetSdkVersion ste to 35 with 35.0.0 Buildtools and deploy it to an Api 35 emulator the webviewcontent is behind the statusbar. This is a Behaviorchange in Android 15 We hope the statusbar plugin can address this behavior change |
I have the same problem. Did you manged to fix this? |
@mannisc and @ksch10bob I did managed to fix it temporarily. I added the following inside the config.xml file:
|
@cmartin81 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Is this update is for new feature of android 35 with edge to edge issues? |
One or more of the APIs you use or parameters you have defined for edge view and window view have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
They start in the following places:
To prepare for the move to Android 15, please stop using these APIs or parameters. |
I have this message too in Google Play. |
Bug Report
Problem
I have an Android API 35 Emulator (Pixel 8 Pro API 35) and StatusBarOverlaysWebView set to false in config.xml. The content of the webview is behind the statusbar (and notch, which would be okay). With Android API 34 and the same device (Pixel 8 Pro API 34) the content is below the statusbar. Also the Android navigation Item (line) in the bottom is not overlayed.
What is expected to happen?
With Android API 35 the statusbar should also be respected if StatusBarOverlaysWebView is set to false (and also the navigation at the bottom)
What does actually happen?
The App is fullscreen and underneath the statusbar.
Information
Create Pixel 8 Pro API 35 Emulator and set StatusBarOverlaysWebView to false.
Command or Code
Environment, Platform, Device
Version information
Latest cordova and cordova-plugin-statusbar versions.
Checklist
The text was updated successfully, but these errors were encountered: