Mobile Accessibility: Making Your App WCAG Compliant
WCAG 2.1 added 17 new success criteria, many specifically addressing mobile accessibility. With mobile devices accounting for over half of all web traffic, mobile accessibility is no longer optional — it is a core compliance requirement and a significant legal risk area.
Why Mobile Accessibility Matters Legally
The ADA Title II rule explicitly covers mobile applications alongside web content. State and local government entities must make their mobile apps WCAG 2.1 AA compliant by the same April 2026 deadline that applies to websites.
For private businesses, ADA Title III lawsuits increasingly target mobile experiences. If your mobile app or responsive website is inaccessible, it creates the same legal exposure as an inaccessible desktop site.
WCAG 2.1 Mobile-Specific Criteria
Several WCAG 2.1 success criteria were added specifically to address mobile accessibility gaps:
Touch Target Size (2.5.5 / 2.5.8)
Interactive elements must be large enough to tap accurately. WCAG 2.1 AA recommends a minimum target size of 44x44 CSS pixels. WCAG 2.2 strengthens this with a 24x24 minimum (Level AA) with spacing requirements. Small buttons, close icons, and inline links are common failure points.
Pointer Gestures (2.5.1)
Functionality that requires multi-point or path-based gestures (pinch to zoom, swipe, drawing gestures) must have single-pointer alternatives. A user must be able to accomplish the same task with a single tap or click.
Pointer Cancellation (2.5.2)
Functions should activate on the up-event (finger lift), not the down-event (finger touch). This allows users to cancel an accidental tap by sliding their finger off the target before lifting.
Motion Actuation (2.5.4)
Features triggered by device motion (shaking, tilting) must have a UI alternative. Users must also be able to disable motion-triggered responses to prevent accidental activation.
Orientation (1.3.4)
Content must not be restricted to a single display orientation (portrait or landscape only) unless a specific orientation is essential. Users who mount their devices in a fixed position must be able to use the content in their preferred orientation.
Content Reflow (1.4.10)
Content must be viewable without horizontal scrolling at 320px width (equivalent to a 1280px viewport zoomed to 400%). This is critical for mobile devices with small screens and for users who zoom in for readability.
Mobile Screen Reader Testing
Mobile screen readers have different interaction patterns than desktop screen readers. Testing must cover both platforms:
- iOS VoiceOver: Built into every iPhone and iPad. Uses swipe gestures for navigation, double-tap to activate. Test all interactive elements for proper labels, roles, and state announcements.
- Android TalkBack: Built into Android devices. Uses swipe for navigation, double-tap to activate. Test focus order, element descriptions, and custom widget accessibility.
Key areas to test with mobile screen readers:
- All interactive elements have meaningful accessible names
- Custom components (accordions, tabs, carousels) announce their role and state
- Form fields have associated labels that are announced on focus
- Dynamic content changes are announced via live regions
- Modal dialogs trap focus and can be dismissed
Common Mobile Accessibility Failures
- Touch targets smaller than 44x44px (especially close buttons, links in dense text)
- Swipe-only navigation with no tap alternative (carousels, dismissible items)
- Fixed-position elements that obscure content when zoomed
- Horizontal scrolling required at normal zoom levels on mobile screens
- Text that cannot be resized by user preferences
- Landscape orientation blocked unnecessarily
- Auto-playing video or audio without pause controls reachable by assistive technology
- Custom gestures without single-pointer alternatives
How to Audit Mobile Accessibility
- Scan your responsive website. Run a free WCAG 2.1 AA scan to identify violations in your web content. Many issues (alt text, labels, contrast) affect both desktop and mobile experiences.
- Test on actual mobile devices. Emulators miss real-world touch interaction issues. Test on at least one iOS and one Android device.
- Test with mobile screen readers. Use VoiceOver on iOS and TalkBack on Android to navigate through all key user flows.
- Verify touch targets. Use browser DevTools to measure interactive element dimensions. Flag anything under 44x44px.
- Test zoom behavior. Zoom to 200% on mobile and verify that all content remains usable without horizontal scrolling.
Keeping Mobile Experiences Accessible
Mobile interfaces evolve rapidly with app updates, new device sizes, and OS changes. Set up continuous monitoring for your responsive website and include accessibility testing in your mobile app release process.
Check Your Mobile Accessibility
Start with a free WCAG 2.1 AA scan of your responsive website to identify accessibility issues that affect your mobile experience.
Scan Your Website Free