Mobile Accessibility
A guide to making mobile apps accessible to all users, including those using assistive technologies.
Usage
Ask about mobile accessibility, VoiceOver, TalkBack, dynamic type, or inclusive design.
Examples
- "Add VoiceOver support to a React Native component"
- "How do I support Dynamic Type in SwiftUI?"
- "Test my app's accessibility with TalkBack"
Guidelines
- Add accessibility labels to all interactive elements
- Support Dynamic Type and text scaling
- Ensure minimum 44x44pt touch target sizes
- Test with screen readers on real devices
- Use semantic roles and traits for proper navigation