-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
GitHub Tags:
#A11yTCS; #A11yMAS; #WCAG4.1.2; #A11ySev2; #iOS; #BM_.NET maui_July2025; #.NET MAUI SDKs; #Device; #ScreenReader; #Voiceover; #AINotInscope; #iPhone; #Name, Role, Value;
Environment Details:
Application Name: .NET 9 template tests that include some 3rd party controls
OS: iOS
Model Name: iPhone 15
iOS version: 18.5
Screen reader: Voiceover
Repro Steps:
- Start Voiceover.
- Open "Developer balance" app.
- "Home Screen" will open.
- Swipe till Hamburger menu and tap to activate it, Projects options will screen will open.
- Swipe till New button and tap to activate it, new project screen will appear
- Swipe till "Name" and double tap on it. Start typing.
- Observe that Voiceover does not announce characters typed in edit field.
Actual Result:
Voiceover remains silent while typing in the "Name" edit field. Characters are not announced, making it difficult for users to confirm their input.
Expected Result:
When a user types in "Name" edit field, Voiceover should announce each character as it is entered, enabling real-time auditory feedback for users relying on screen readers.
User Impact:
This issue significantly affects users with visual impairments who rely on Voiceover for text entry. Without character-level feedback, users cannot verify what they are typing, leading to errors and reduced confidence in form completion or text input tasks.