Element identification

Functionality that is repeated on multiple screens should use consistent identification. Screen readers users rely heavily on their familiarity with functions that may appear on different screens. If identical functions have different labels on different screens, your app will be considerably more difficult to use. It may also be confusing and increase the cognitive load for people with cognitive limitations.

Resources

  1. Element identification - Android
  2. Element identification - Flutter
  3. Element identification - iOS
  4. Element identification - Jetpack Compose
  5. Element identification - .NET MAUI
  6. Element identification - React Native
  7. Element identification - SwiftUI
  8. Element identification - Xamarin