Which platform(s) does your issue occur on?
iOS
iOS: 14.3
emulator
Please, provide the following version numbers that your issue occurs with:
CLI: 8.0.2
@nativescript-community/ui-label": "^1.2.0
@nativescript/ios": "8.0.2
Please, tell us how to recreate the issue in as much detail as possible.
iOS you cant use html tags and class in the same time. You lost the class style if you do it.
For example:
<label:Label class="warning body black-3 md" html="Hey I'm a <b>bold</b>" textWrap="true"/>
That's no going to work because I'm using html tags and class in the same time.
Which platform(s) does your issue occur on?
iOS
iOS: 14.3
emulator
Please, provide the following version numbers that your issue occurs with:
CLI: 8.0.2
@nativescript-community/ui-label": "^1.2.0
@nativescript/ios": "8.0.2
Please, tell us how to recreate the issue in as much detail as possible.
iOS you cant use html tags and class in the same time. You lost the class style if you do it.
For example:
<label:Label class="warning body black-3 md" html="Hey I'm a <b>bold</b>" textWrap="true"/>That's no going to work because I'm using html tags and class in the same time.