-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility reader plugin #957
Comments
cc @malwoodsantoro , who's looking into accessibility these days. |
Love it. Why does this need to be a plugin, and not a core Maps SDK feature? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
Is there a fix for this? Do we have the ability to use TalkBack with the Annotations? |
@EscapeArtist you can implement this yourself on your end by using the mapbox#queryRendererFeatures API |
@EscapeArtist , the Mapbox demo app uses Then you could read out the information inside of the |
@langsmith Thanks. |
Feature request for a plugin to integrate text to speech accessibility features. The developer is able to configure the plugin to point to a certain layer (eg. his own POI SymbolLayer) and the plugin would then hook into the Android accessibility service to read out text provided by the developer through its filter (eg. certain feature properties or the value of the text-field).
More info on accessibility services here.
cc @mapbox/maps-android
The text was updated successfully, but these errors were encountered: