mattinger
04/21/2023, 6:41 PMClickableText
component? I’m using it in my layout to present the text when there’s 2 or more inline tappable links specified. However, the semantics present viritually nothing that lets me identify it, or click on things. There’s no OnClick action or anything else that would allow me to click on a certain subregion of the text either. I’m also not sure why it’s width is only 11px. That doesn’t seem right. This however seems to be consistent with the Text element as well under a Robolectric test.
Node #1 at (l=0.0, t=56.0, r=11.0, b=97.0)px
|-Node #2 at (l=0.0, t=56.0, r=11.0, b=97.0)px, Tag: 'Body'
Text = '[Lorem ipsum]'
Actions = [GetTextLayoutResult]
Berkeli Alashov
04/22/2023, 12:37 AMmattinger
04/23/2023, 5:35 AM