Post

Replies

Boosts

Views

Activity

Reply to Strong Password Autofill not allow custom password
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!
Jun ’23