WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Appropriate role for tiles on android

for

From: joe
Date: Sep 30, 2019 6:46AM


Since it is native app and not web-based content, they should have a role of
button or be in a native component that can contain active elements (e.g.,
Listview, menu, navigation drawer).

Due to limitations in Android, some components that contain only active
elements give no roles for each item, but do give help text
(accessibilityHint, if turned on by the user) indicating they are active.
For example, [element name {Pause}, Double-tap to activate].

If you need further guidance, let me know.

Joe Humbert