env(safe-area not working with android 15 (Samsung One UI 7) cordova #18072
Replies: 3 comments
-
|
@franfrLor I have a similar problem. Did you find a solution in the meantime? |
Beta Was this translation helpful? Give feedback.
-
|
I believe we are having the same issue. Regular q-headers and footers don't seem to be honoring the safe areas anymore. Will investigate further to make sure we don't have a rogue override. |
Beta Was this translation helpful? Give feedback.
-
|
I am using Capacitor and solved the problem by upgrading from Capacitor 6 to 7 and installing https://capawesome.io/plugins/android-edge-to-edge-support/ and https://capacitorjs.com/docs/apis/status-bar |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In my cordova application that I created with quasar, I use this css style:
My app overflows into the bars at the top and bottom of the phone and is no longer usable. With Android 15, this no longer works.
I also tried adding this CSS style to no avail:
Beta Was this translation helpful? Give feedback.
All reactions