Accessibility

Overview

Making your app accessible to all users is important. Appspotr 3 supports this through labels and hints.

Accessibility Label

Accessibility Labels

Labels used to provide information about your app interface so everyone can use it.

Accessibility Labels provide metadata about your app, so that for example screen readers can access the elements in your app. They are critical for blind users, user with low vision, users with mobility disabilities and users with memory loss. Missing labels will make your app inaccessible for many users.

For some organizations, providing accessibility labels is mandatory, by law or by policy. In any case they are a good idea.

Apple has a video, Writing Great Accessibility Labels, which explains more.

Accessibility Hint

Accessibility Hint

Hints used to provide information about how an interface element works so everyone can use it.

An accessibility hint is additional information a user may need to interact with an element. You can think of it as instruction on how to use a control or button. This is particularly important for blind users, user with low vision, users with mobility disabilities and users with memory loss. Missing hints will make your app inaccessible for many users.

For some organizations, providing accessibility labels is mandatory, by law or by policy. In any case they are a good idea.

For example, you have an "Add" button that adds an item to a shopping basket. A good accessibility hint in this case would be Adds the item to the basket. The label "Add" does not say what is added to where, and therefore we need an accessibility hint with the additional information.

Adding accessibility

Labels and hints can be added to all graphical elements and actions in Appspotr 3, and for all success and failure notifications.