Native UITextField Secure Text Entry forces English (US) keyboard

后端 未结 10 1943
离开以前
离开以前 2020-12-13 19:19

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

10条回答
  •  粉色の甜心
    2020-12-13 19:54

    Had the same problem and solved it by setting all my textFields textContentType property to UITextContentType.oneTimeCode.

    Of course, oneTimeCode is now useless since it's everywhere...

提交回复
热议问题