Skip to content
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 Edge to edge not supported #2243

Open
mikevic18 opened this issue Jan 10, 2025 · 0 comments
Open

Android Edge to edge not supported #2243

mikevic18 opened this issue Jan 10, 2025 · 0 comments

Comments

@mikevic18
Copy link

mikevic18 commented Jan 10, 2025

Describe the bug
MSAL login activity overlaps with system elements.
Affects live and development environments with any devices on android 15 and greater after compile SDK migration.

Smartphone (please complete the following information):

  • Device: Pixel 6
  • Android Version: 15.0
  • Browser: N/A
  • MSAL Version: 5.9.0

To Reproduce
Compile using compileSdk = 35 and launch a msal auth session

Expected behavior
Activity should not overlap system elements

Actual Behavior
Activity overlaps system elements

Screenshots
Current behaviour of view:
84090

For reference, the rest of the app renders correctly all views that have been migrated to the edge to edge behaviour.
92646

Additional context
See android documentation here.
To fix this problem just apply safe area inserts to the view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant