microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

Android Edge to edge not supported

Open mikevic18 opened this issue 10 months ago • 0 comments

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.

mikevic18 avatar Jan 10 '25 14:01 mikevic18