本机 UITextField 安全文本输入强制使用英语(美国)键盘

Native UITextField Secure Text Entry forces English (US) keyboard(本机 UITextField 安全文本输入强制使用英语(美国)键盘)
本文介绍了本机 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 安全文本输入强制使用英语(美国)键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

No resource found that matches the given name: attr #39;android:keyboardNavigationCluster#39;. when updating to Support Library 26.0.0(找不到与给定名称匹配的资源:attr android:keyboardNavigationCluster.更新到支持库 26.0.0 时) - IT屋-程序员软
How to resize UITextView on iOS when a keyboard appears?(出现键盘时如何在iOS上调整UITextView的大小?)
How to reliably detect if an external keyboard is connected on iOS 9?(如何可靠地检测 iOS 9 上是否连接了外部键盘?)
How to mimic Keyboard animation on iOS 7 to add quot;Donequot; button to numeric keyboard?(如何在 iOS 7 上模拟键盘动画以添加“完成数字键盘的按钮?)
How do I dismiss the iOS keyboard?(如何关闭 iOS 键盘?)
Is possible to simulate touch event using an external keyboard on ios jailbroken?(是否可以在 ios 越狱后使用外部键盘模拟触摸事件?)