Hi,
we are using Kendo UI for Angular. We failed our external accessibility review because the Kendo UI ComboBox is not usable using Apple VoiceOver with iOS 15, although this page says ComboBox is accissble by screen readers.
Repro:
- Swipe until VoiceOver selects the dropdown button
- Double tap to open the the options popup of the ComboBox (so far so good)
- Swipe right to navigate trough the options => Failure: VoiceOver navigates to the next input field of the form
Expectation: We would expect VoiceOver to navigate trough the options by swiping left or right when the ComboBox popup is opened. Double tap should then set the currently selected option as value and close the popup.
We found this issue in the GitHub Repo, which describes the same issue aswell but unfortunately there is no further information in the ticket.
VoiceOver is incompatible with multiple different software... in case it's not working you can always use a different TTS. My iOS device works up too at times hence I just installed a different AI text to speech software for my daily reliable source, you can try using any different AI too or integrate a TTS code with the app or OS (but that's the difficult route)