I am noticing some strange behavior with the interaction of the application, accessibility, and Apple Pay. If a user does anything to dismiss the Apple Pay sheet while voice-over is active, the name of the application is re-read when voice-over regains focus of the app, causing unexpected results.
Example situation for further clarification:
- User attempts to perform transaction using Apple Pay while voice-over is enabled.
- Transaction fails.
- Apple Pay sheet is dismissed and an UIAlterView is shown with error message.
- Voice-over focuses on presented UIAlertView.
- Voice-over reads the first two words of the alertView message, then says the application name and stops, disregarding the remaining alertView message text.
Does anyone know how to get the voice-over to continue reading the text?