I have a label in which I use RichString to display text in bold, italics and also as hyperlink (which is basically blue colored text with underline). A single label can have more than one hyperlinks. So when the user clicks or touches the label, I need to find the exact word so that I can open the corresponding link.
Is this possible?
Is this possible?