2

In my Cordova application that I created with Quasar, I use this CSS style:

          padding-top: env(safe-area-inset-top, 0px);
          padding-bottom: env(safe-area-inset-bottom, 0px);
          padding-left: env(safe-area-inset-left, 0px);
          padding-right: env(safe-area-inset-right, 0px);
          box-sizing: border-box;

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:

  padding-top: constant(safe-area-inset-top)
  padding-top: env(safe-area-inset-top)
  padding-bottom: constant(safe-area-inset-bottom)
  padding-bottom: env(safe-area-inset-bottom)

1 Answer 1

0

Same for me, quasar is not adding the styles with safe insets, fixed it temporarily by just adding the iPhone inset utility class to the body, until a proper fix is out.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.