Chun Tai
Chun Tai

Reputation: 55

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

I have custom text view that implement 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?

Upvotes: 1

Views: 142

Answers (1)

Nobuyuki Yamaga
Nobuyuki Yamaga

Reputation: 11

Unfortunately, now it seems that VoiceOver cannot announce the soft keyboard feedback made by native code. But it possible to get VoiceOver feedback at text field of WebView(). So, I'm making iOS App by this way.

Upvotes: 1

Related Questions