I have a very simple login page (login + password).
My users are french, so their keyboard are French (azerty).
Since iOS 12, when they click on the password
Had the same problem and solved it by setting all my textFields textContentType property to UITextContentType.oneTimeCode.
textContentType
UITextContentType.oneTimeCode
Of course, oneTimeCode is now useless since it's everywhere...
oneTimeCode