question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Using Xamarin.ios on an iPad, if user touchs outside the login window, it disappears without returning to app

See original GitHub issue

Logs 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:closed
  • Created 3 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
neha-bhargavacommented, Dec 11, 2020

@dsancho Similar issue was reported in the iOS native sdk. They have reported a bug to Apple.

1reaction
trwalkecommented, Dec 11, 2020

@jennyf19 yeah, but usually there is a cancellation exception. Ill try again

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found