Google Play Store / Android accessibility warnings

So, I built this app in Adalo and when submitting for internal testing in the Google Play Store I got like a thousand accessibility warnings. I have no idea how to fix these, because these are the most common errors:

  • Touch target size: This item’s height is 37dp. Consider making the height of this touch target 48dp or larger. >> while these are mostly just standard Adalo buttons.
  • Content labelling: This item may not have a label readable by screen readers. >> ??
  • Implementation: Multiple clickable items share this location on the screen. >> on like all bottom navigation buttons and a few other clickable images etc.?

Someone ever had this to? Any advice on how to proceed?

Yeh I’ve had similar with touch target size.
Seems to be just advisory, the app is still published and no issues to usability so I just ignored it.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.