You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@angel-lizander i cant really tell what your issue really is but i can confirm that this plugin works perfectly fine while using class + html on both iOS / Android. Just tested it.
@angel-lizander i cant really tell what your issue really is but i can confirm that this plugin works perfectly fine while using class + html on both iOS / Android. Just tested it.
Are you using Nativescript Angular, Vue or Typescript? Could you give me more details. Cause I'm using Nativescript Typescript without any success using the last version of iOS on Simulator
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.
The text was updated successfully, but these errors were encountered: