This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
Accessibility issue in UVPostIdeaViewController.m #454
Open
Description
When you have VoiceOver on, click on Post an idea, then click on the textview. The VoiceOver should be reading "text field, Description, optional" or something alone the lines. Instead it reads "Empty line" which may be confusing to the users.
this may be fixed by inserting a line of code on UVPostIdeaViewController.m at line 54:
_fieldsView.textView.accessibilityTraits = UIAccessibilityTraitStaticText;
Metadata
Assignees
Labels
No labels
Activity