Jorn Hertsig
07/23/2023, 9:01 AMAnnotatedString, using withAnnotation(UrlAnnotation(myUrl)) { append("my text") }, and with withAnnotation("url", myUrl) {...}, but neither are actually making the text clickable. Am I misunderstanding how the API works?Loney Chou
07/23/2023, 4:34 PMClickableText with AnnotatedString. In onClick, retrieve url from the offset parameter.