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
is the map is not facing north, it's being read by screen reader. It's also visible in accessibility list elements (two fingers, three taps on screen).
If the map is not rotated there's no problem, screen reader is ignoring the compass view
extra info: rendering or hiding compass view is not changing things.
Some screens:
/
Map
List
Not North
North
Steps to reproduce
just show a simple map,
try disable compassView from accessibility (I'm doing it in updateUIView)
rotate the map to not face north
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
self.accessibilityHint = NSLocalizedStringWithDefaultValue(@"COMPASS_A11Y_HINT", nil, nil, @"Rotates the map to face due north", @"Accessibility hint");
MLNCompassDirectionFormatter seems to be generating that message you see.
MapLibre iOS Version
6.8.0
iOS Version
18.0
Device
iPhone 13
What happened?
Hey! as I'm not using the compassView I need to exclude it from being read from the iOS accessibility VoiceOver but I noticed even if I'm setting
is the map is not facing north, it's being read by screen reader. It's also visible in accessibility list elements (two fingers, three taps on screen).
If the map is not rotated there's no problem, screen reader is ignoring the compass view
extra info: rendering or hiding compass view is not changing things.
Some screens:
Steps to reproduce
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: