summaryrefslogtreecommitdiff
path: root/platform/ios/resources
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-16 14:48:18 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-25 00:24:35 -0700
commitd9a2a845dec1697f6b68b6aa4c4a49b0c2738329 (patch)
tree5a1bf6cbdd642cf7bfdada03e573fc85a4da8487 /platform/ios/resources
parent7cc3928a19ffc40e2835264f1349dc7a07fd4017 (diff)
downloadqtlocation-mapboxgl-d9a2a845dec1697f6b68b6aa4c4a49b0c2738329.tar.gz
[ios] Added accessibility labels, hints, gestures
Fixed an issue where the “return to map” accessibility element lacked a label. Always update the title and subtitle of an annotation accessibility element, in case the title or subtitle changes from one showing to the next. Added a hint for annotations. Use declarative rather than imperative for hints. Marked the map view and its annotations as adjustable so that swiping up and down with VoiceOver zooms out and in, respectively. Added accessibility values to toolbar buttons in iosapp.
Diffstat (limited to 'platform/ios/resources')
-rw-r--r--platform/ios/resources/Base.lproj/Localizable.strings5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/ios/resources/Base.lproj/Localizable.strings b/platform/ios/resources/Base.lproj/Localizable.strings
index 04cc667998..d447568072 100644
--- a/platform/ios/resources/Base.lproj/Localizable.strings
+++ b/platform/ios/resources/Base.lproj/Localizable.strings
@@ -1,3 +1,6 @@
+/* Accessibility hint */
+"ANNOTATION_A11Y_HINT" = "Shows more info";
+
/* No comment provided by engineer. */
"API_CLIENT_400_DESC" = "The session data task failed. Original request was: %@";
@@ -29,7 +32,7 @@
"FIRST_STEPS_URL" = "mapbox.com/help/first-steps-ios-sdk";
/* Accessibility hint */
-"INFO_A11Y_HINT" = "Access credits, a feedback form, and more";
+"INFO_A11Y_HINT" = "Shows credits, a feedback form, and more";
/* Accessibility label */
"INFO_A11Y_LABEL" = "About this map";