Closed jeslat closed 5 months ago
Does buttonContentDescription
mean the button's accessibility?
Does
buttonContentDescription
mean the button's accessibility?
If so maybe a name mentioning "accessibility" would be more appropiate (like buttonAccessibilityLabel
or something similar). WDYT?
Does
buttonContentDescription
mean the button's accessibility?
Yes, it means the text that will be spoken by the device when the accessibility is enabled. In Android, "content description" is the name used for this information. If iOS is different, I'm ok with buttonAccessibilityLabel
Does
buttonContentDescription
mean the button's accessibility?Yes, it means the text that will be spoken by the device when the accessibility is enabled. In Android, "content description" is the name used for this information. If iOS is different, I'm ok with
buttonAccessibilityLabel
Oh, I thought Android naming included accessibility word. If so, no problem about using buttonContentDescription
😉
No, if "content description" doesn't mean anything in iOS, I prefer to put buttonAccessibilityLabel
that is clearer.
No, if "content description" doesn't mean anything in iOS, I prefer to put
buttonAccessibilityLabel
that is clearer.
Yes please 😍 buttonAccessibilityLabel
Description updated with buttonAccessibilityLabel
lgtm
@jeslat, @amegias, @dhidalgofadrique. Do you know the first app version supporting this? we need that to include in the docs
We need to be able to customize the button content description (text that is talked by the device when the accessibility is enabled). We should add a new optional parameter to the method to set the button content description.
This requirement comes from Vivo https://www.figma.com/design/fjGgzSH1zdCTxAxMfOEUma/Menu-Mais?node-id=1197-324696&t=o0PMTgO238G06o57-0
Current status
Proposed solution
Add a new optional field
buttonAccessibilityLabel
: