Max*_*ime 6 passwords ios react-native expo
在运行Expo的应用程序上,我想禁用此功能(强密码ios 12):https : //developer.apple.com/videos/play/wwdc2018/204/
简而言之,我想避免这种情况(这不是我的申请)
我尝试不同的方式,例如将那些属性添加到我的textInput中
textContentType='none'
autoCorrect={false}
什么都行不通...
有什么猜想吗?
找到了解决这个问题的唯一方法。
textField.textContentType = .oneTimeCode
否则,iOS 12 对任何安全字段使用 PasswordAutofill (textField.isSecureTextEntry = true)。
| 归档时间: |
|
| 查看次数: |
516 次 |
| 最近记录: |