-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Bug]: Safe Area no longer works on Android #7908
Comments
I've got the same issue. |
Luckily that plugin seems to have worked for me - I put the code in App.vue, but to be honest I'd rather not use it. If it was working fine before, something must have got broken in the latest release, and I'd prefer it to be fixed there. In case you don't have the same, this needs to be in the index.html |
Same issue |
Android 15 enforces edge to edge, the css In Capacitor 7.1.0 we are adding a Android also provides a |
@jcesarmobile Thanks for this. Just to clarify, when |
Capacitor Version
Capacitor Doctor
Latest Dependencies:
@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
Installed Dependencies:
@capacitor/core: 7.0.1
@capacitor/cli: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
[success] Android looking great! 👌
[error] Xcode is not installed
Other API Details
Platforms Affected
Current Behavior
Since upgrading, safe area on android is not being preserved, with the contents of my header appearing where the notch is.
Expected Behavior
Content should start appearing below the notch.
Project Reproduction
Additional Information
No response
The text was updated successfully, but these errors were encountered: