microsoft / microsoft/AdaptiveCards
[Android][Accessibility] WCAG 2.5.5: Touch inputs must have a sufficient target size. (android.widget.Spinner)
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Platform
- Android
Version
master
Details
Issue
Touch inputs must have a sufficient target size. (TouchSizeWcag)

Target application
io.adaptivecards.adaptivecardssample
Element path
android.widget.Spinner
How to fix
The element has an insufficient target size (width: 330.666dp, height: 24dp). Set the element's minWidth and minHeight attributes to at least 44dp.
Environment
This accessibility issue was found using Accessibility Insights for Android 2020.527.10 (axe-android), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Android sample application's android.widget.Spinner identified in the issue and reproduce the finding with Accessibility Insights for Android. The work is done when the Spinner's touch target has minimum width and height of at least 44dp and the accessibility check no longer reports the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- accessibility, mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100