Android Question Accessibility Problem

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Hi,
I have developed an app which I want to make more accessible using the built-in TalkBack function

I have used the SetContentDescription from here https://www.b4x.com/android/forum/t...setcontentdescription-on-android-views.13700/

to allow imageviews to have a meaningful description that is all great.

Unfortunately I have a problem with Google Maps

I have a map with both markers and Polygons on it.
If the user taps a polygon, a marker appears with an info window.
TalkBack recognises the existing markers and reads out their contents, but tapping anywhere else on the map, just causes it say "Google Map". Also the click is lost so the app never seems to get a "gmap_click" event.

Does anyone know how to get around this?

Thanks

Andrew
 
Top