[Bug] Using Xamarin.ios on an iPad, if user touchs outside the login window, it disappears without returning to app
See original GitHub issueLogs and Network traces No logs available.
Which Version of MSAL are you using ? Microsoft.Identity.Client v4.23 (iOS)
Platform xamarin iOS
What authentication flow has the issue?
- Desktop / Mobile
- Interactive
Is this a new or existing app? The app is in production, I haven’t upgraded MSAL, but started seeing this issue
Repro
result = await authClient
.AcquireTokenInteractive(ADB2CConstants.Scopes)
.WithPrompt(Prompt.SelectAccount)
.WithParentActivityOrWindow(_ParentWindow)
.ExecuteAsync();
Expected behavior The window doesn’t hide
Actual behavior The login window hides and the application can do nothing
Possible Solution
Additional context/ Logs / Screenshots I have recorded this behaviour. You can see it at https://youtu.be/EOpaFUjsbaw
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
iOS 14 authenticationSession webviewType dismisses ...
[Bug] Using Xamarin.ios on an iPad, if user touchs outside the login window, it disappears without returning to app ...
Read more >[SOLVED] iOS simulators not showing up
Hello everyone! This problem first appeared when I updated Xcode 6.1 to version 6.2. At that point, the system let me keep 6.1...
Read more >UIAlertController disappearing since iOS 13
I am facing similar issue in case of a system provided view controllers. The password save alert controller is shown when the user...
Read more >If an app on your iPhone or iPad stops responding, closes ...
Restart your device Restart your iPhone or restart your iPad. Then open the app to see if it works as expected.
Read more >Switch an app window to a Slide Over window on iPad
Swipe halfway up the screen from the bottom of the Slide Over window, pause, then lift your finger. All the Slide Over windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dsancho Similar issue was reported in the iOS native sdk. They have reported a bug to Apple.
@jennyf19 yeah, but usually there is a cancellation exception. Ill try again