How do I display HTML in text widget?

Query: Is there an option to display text as a hyperlink and when the user use navigateTo function then will go to a new URL?

Is it possible to write HTML on the text widget?


It’s possible to use HTML on the text widget directly on the Text property:

Here’s an example, on the text widget, I’ve used the HTML, and this is how it show’s up:

<pre>
This is a mono-spaced font.
</pre>
<a>This is a hyperlink</a>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>