Closed kewisch closed 1 month ago
It's hard to make part of flowing text clickable while respecting the minimum size recommended to make it easy to tap using a finger. Presumably that's why there's no built-in support for that.
I'd recommend making the whole text clickable.
Default | Finger down |
---|---|
Would that work? I could update the PR accordingly.
Yes I was thinking the same, making the whole text clickable but underlining and making the learn more text look like a hyperlink would be great.
Appreciate you taking over the pull request.
@kewisch: What's the URL for the link?
@cketti I give up, I can't believe it is so much extra work just to add a hyperlink. It looks like we'd need to have code that uses buildAnnotatedString with index positions to identify the hyperlink and then call openURI, which would make sense as a re-usable component.
Could you take a look at this one? I suspect it will be quick for you.