Password field's keyboard switches from azerty to qwerty (sometimes) only on iOS 12

前端 未结 4 1062
礼貌的吻别
礼貌的吻别 2020-12-19 12:03

I code an iOS App in Swift 4, I\'m french so I work with mobile phone in french language/french region.

With an iOS 12 device, my password

4条回答
  •  無奈伤痛
    2020-12-19 13:01

    Indeed, using 2 password content-type textfields (when the user has to confirm a new password for instance) creates issues with the keyboard. As stated here, the keyboard is set to QWERTY whereas it should be in AZERTY (with the language I use) and when I go from one textfield to the other, the keyboard blinks.

    Actually, there's no need to set this content-type for password textfields, using "New password" content-type for both textfields works just fine and creates no issue with the keyboard.

提交回复
热议问题