-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityplatform-androidAndroid applications specificallyAndroid applications specifically
Description
Some of the accessibility APIs aren't available before 18. We could potentially bring in the support library versions of the APIs to fix this.
Right now what's known not to work is:
- Text editing (
SET_SELECTION,COPY,CUT,PASTE) - "In list" and "out of list" announcements.
dnfield
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityplatform-androidAndroid applications specificallyAndroid applications specifically