maui: Safe area insets CSS env not working on Android

Description

Safe area insets work in CSS env on iOS but not Android

Steps to Reproduce

Create CSS for safe area:

    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);

Link to public reproduction project repository

N/A

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Not sure but I have Android 12

Did you find any workaround?

No workaround

Relevant log output

No log

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Reactions: 1
  • Comments: 28 (8 by maintainers)

Most upvoted comments

Yes

We’ve added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.