You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android System WebView renders a completely blank page for authentication, but elements are still selectable (buttons, input fields) if the project depends on androidx.activity:activity:1.12.0 or higher.
Smartphone (please complete the following information):
Device: Pixel 10 Pro XL
Android Version: Android 16
Browser: Android System WebView 142.0.7444.171
MSAL Version: 8.1.1
To Reproduce
Steps to reproduce the behavior:
Call IPublicClientApplication.acquireToken with an Activity that extends ComponentActivity
Wait for the WebView to show up
Expected behavior
Authentication web page is rendered correctly with all the elements visible
Actual Behavior
A blank page is rendered instead, but elements can be tapped (if lucky) or highlighted via TalkBack