0

I use NativeScript to develop a mobile application. I have a ListView with Label and I want convert text with HTML to HTML.

enter image description here

I try to use [innerHTML] but it's doesn't works.

2 Answers 2

1

You can try the HTMLView Control. Check the details here in the below documentation. https://docs.nativescript.org/ui/ns-ui-widgets/html-view

Sign up to request clarification or add additional context in comments.

Comments

1

Try this

<HtmlView html="{{ htmlString }}"></HtmlView>

more info here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.