Universal links not working when user credentials are auto filled and auto submitted on iOS

We utilize universal links for our auth flows through Safari. What we are seeing is when the user selects the "username and password" stored in the keychain, the form gets autofilled and sometimes autosubmitted. When this occurs the method application:continueUserActivity:restorationHandler in the application's AppDelegate does not get triggered, leaving the user stuck on Safari.

  • Did you resolve your issue? We have a similar problem

  • We also have the same issue, has anyone found a solution or even a cause for this? We noticed that the "autosubmit" only happens the first time the user visits the safari sign in page, if the user revisits the page, the auto submit is not occurring and the user can press the login button, which works (the user is redirected to the app as expected).

    After a few minutes, if the user visits the page again, the form goes back to autosubmit (initially), until the user visits the page again. Very strange.

Add a Comment

Replies

...