64 / 66 · 09 Mobile & Cross-Platform Testing · Mobile Accessibility Testing← prev⊞ allnext →☰ Read as one page
11.5Mobile Accessibility Checklist
| Check | iOS | Android | Priority |
|---|---|---|---|
| All interactive elements labeled | VoiceOver reads label | TalkBack reads contentDescription | Critical |
| Navigation order is logical | VoiceOver swipe order | TalkBack swipe order | Critical |
| Touch targets >= platform minimum | 44x44 points | 48x48 dp | Critical |
| Dynamic type / font scaling | Test at XXXL | Test at 2.0x scale | High |
| Color is not sole indicator | Check color-blind modes | Check high-contrast mode | High |
| Gestures have alternatives | Shake-to-undo has button | Swipe has tap alternative | Medium |
| Focus management in modals | VoiceOver trapped in modal | TalkBack trapped in modal | High |
| Custom actions for complex gestures | Swipe-to-delete has button | Long-press has menu | Medium |
| Live regions for dynamic content | UIAccessibility.post(.announcement) | AccessibilityLiveRegion | High |
| Reduced motion respected | UIAccessibilityIsReduceMotionEnabled | Settings.Secure.TRANSITION_ANIMATION_SCALE | Medium |