Posts

Post not yet marked as solved
2 Replies
I solved this by setting only the first text field's textContentType field to .newPassword. I set the second text field's textContentType field to just .password. iOS autofill is smart enough to suggest and pre-populate the strong password for both secure text fields, but if choosing your own password, selecting the second text field doesn't force the strong password suggestion twice, causing the loop. Hope this helps!