Native UITextField Secure Text Entry forces English (US) keyboard

后端 未结 10 1951
离开以前
离开以前 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:43

    iOS 12.1 fixed the problem for me.

    You also have to set the parameter textContentType of the password textfield to .oneTimeCode

提交回复
热议问题