Accessibility dialog

A dialog overlays the screen and offers one or more actions to proceed. Dialogs should always include a close button to make them accessible for users of assistive technologies. Furthermore, the focus of assistive technologies should be trapped inside the dialog while it's visible.

Resources

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