You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a problem with TalkBack reading my flippable content. I have flipOnTouch=false but Modifier.clickable is still applied but click itself is disabled. The problem is that clickable modifier causes merging descendants which has impact on accessibility services. Also for some reason TalkBack still reads the comment "Click to activate" which is read for clickable elements.
In my opinion such modifier can be easily applied on Flippable (in modifier parameter) with desired indication etc. and doesn't need to be implicitly applied by Flippable.
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem with TalkBack reading my flippable content. I have
flipOnTouch=false
butModifier.clickable
is still applied but click itself is disabled. The problem is that clickable modifier causes merging descendants which has impact on accessibility services. Also for some reason TalkBack still reads the comment "Click to activate" which is read for clickable elements.In my opinion such modifier can be easily applied on
Flippable
(inmodifier
parameter) with desired indication etc. and doesn't need to be implicitly applied byFlippable
.The text was updated successfully, but these errors were encountered: