corona icon indicating copy to clipboard operation
corona copied to clipboard

Feature request: Labeling for accessibility

Open sekodev opened this issue 4 years ago • 0 comments

After facing warnings in Google Play about accessibility issues in my game and how I can solve it, I wanted to make a request. I know there are many stuff that a developer needs to address regarding accessibility but I think this is a good place to start.

My request:

  • A method to add labels for accessibility to every display object like .setContentDescription() or .setContentLabel() etc.
  • Also, adding a default value for text objects that takes the text content and assigns it as content description / label.

Android: https://support.google.com/accessibility/android/answer/7158690 iOS: https://developer.apple.com/documentation/objectivec/nsobject/1615181-accessibilitylabel

Discussion on forums: https://forums.solar2d.com/t/accessibility-warnings-google-play-console/353261

sekodev avatar Mar 11 '21 02:03 sekodev