Hi all
Use a LabelExtras to display a text that can be clicked word by word. The problem is that the word that can be clicked must be bold or italic, is there a way for the word to be in the normal format?
Use a LabelExtras to display a text that can be clicked word by word. The problem is that the word that can be clicked must be bold or italic, is there a way for the word to be in the normal format?
B4X:
Dim HtmlString As String="Any text that is within HTML <b>BOLD</b> or <i>ITALIC</i> tags will have a click listener added.<br><br>Click <b>here</b> to start ActivityTwo."