简体   繁体   English

VoiceOver 不会在带有 UITextInput 的自定义文本视图上重复键入的字符

[英]VoiceOver does not repeat typed character on custom text view with UITextInput

I have custom text view that implement UITextInput.我有实现 UITextInput 的自定义文本视图。 Everything works except the voiceover does not repeat the characters I typed using soft keyboard.除了画外音不重复我使用软键盘键入的字符外,一切正常。

Is there any additional API or services I need to implement in order to make it work?是否有任何额外的 API 或我需要实施的服务才能使其工作?

Unfortunately, now it seems that VoiceOver cannot announce the soft keyboard feedback made by native code.不幸的是,现在看来,VoiceOver 无法宣布本机代码所做的软键盘反馈。 But it possible to get VoiceOver feedback at text field of WebView().但是可以在 WebView() 的文本字段中获得 VoiceOver 反馈。 So, I'm making iOS App by this way.所以,我正在通过这种方式制作 iOS App。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM