You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
As of #4801, annotations can be presented as either GL annotations or annotation views. Whereas MGLMapView synthesizes an accessibility element for each GL annotation, it doesn’t do so for annotation views. MGLMapView should include annotation views as they are in its child accessibility elements.
It turns out that view-backed annotations are accessible, but they get the default frame, as if the view is the same size as the default red pin image. Anything inside the view is inaccessible.
Corrected the accessibility frames of annotation views to match the views’ bounds instead of the bounds of the default annotation image (which could be empty if no default GL point annotation has been added).
Fixes#5038.
As of #4801, annotations can be presented as either GL annotations or annotation views. Whereas MGLMapView synthesizes an accessibility element for each GL annotation, it doesn’t do so for annotation views. MGLMapView should include annotation views as they are in its child accessibility elements.
/cc @boundsj
The text was updated successfully, but these errors were encountered: