-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Include support for accessibility in the Android SDK #4857
Comments
This will boil down to implementing contentDescription for each View on the screen. |
For #1496, I synthesized a virtual “accessibility element” for each GL annotation. There’s no performance hit because it’s only done on demand for VoiceOver users. Hopefully a similar approach is possible on Android. If not, at least it’ll be possible for the native markers in #3276 to have |
💯 but having some markers with this versus other not is not very convenient for a blind person. |
This feature will be very useful for implementing testing with Espresso or UiAutomator. Is there another way to click on the map markers currently in an automated test? Also, please let me know if this belongs in a new issue. Thanks! |
@adavis this depends on which kind of Markers you are using, if you are adding markers with If you are adding markers with Side note: is that we use Espresso to do testing internally but this is more a hack than default behaviour. We use a custom idling resource that waits until the MapboxMap object is created and call methods on that object directly (eg. |
@tobrun thanks for the explanation. Since I'm already using a custom idling resource, I can just use your "hack" and rely on the |
Fixed in #8230. |
This is the Android counterpart of #1496.
/cc: @bleege @tobrun @1ec5 @friedbunny
The text was updated successfully, but these errors were encountered: