Native UITextField Secure Text Entry forces English (US) keyboard(本机 UITextField 安全文本输入强制使用英语(美国)键盘)
问题描述
我有一个非常简单的登录页面(登录名 + 密码).
I have a very simple login page (login + password).
我的用户是法国人,所以他们的键盘是法语 (azerty).
My users are french, so their keyboard are French (azerty).
从 iOS 12 开始,当他们单击受保护的密码文本字段时,即使他们的设备上没有安装此键盘,键盘也会切换为英语 (qwerty).此外,如果他们没有安装此键盘,他们将无法切换回他们的键盘.
Since iOS 12, when they click on the password textfield, which is secured, the keyboard switches to English (qwerty), even if they do not have this keyboard installed on their devices. Moreover, if they do not have this keyboard installed, they can't switch back to their keyboard.
我发现如果我停用安全文本输入,问题不会出现.
I found out that if I deactivate Secure Text Entry, the problem does not show up.
我还尝试以编程方式设置 isSecureTextEntry,但出现了错误.
I also tried to set isSecureTextEntry programmatically, and the bug shows up.
我正在添加两个屏幕截图,每个文本字段一个.
I am adding two screenshots, one for each text field.
非常感谢您的宝贵时间帮助.
Thank you a lot for your time & help.
推荐答案
这确实是一个 iOS 错误 => 在 iOS 12.1 中更正
This was truly an iOS bug => corrected in iOS 12.1
这篇关于本机 UITextField 安全文本输入强制使用英语(美国)键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:本机 UITextField 安全文本输入强制使用英语(美国
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01