nativescript-community / ui-label

Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.
Apache License 2.0
19 stars 7 forks source link

Can't make it work on iOS #10

Open angel-lizander opened 2 years ago

angel-lizander commented 2 years ago

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:

`

`

That's no going to work because I'm using html tags and class in the same time.

farfromrefug commented 2 years ago

@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.

Screenshot 2021-11-06 at 13 19 15
angel-lizander commented 2 years ago

@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. Screenshot 2021-11-06 at 13 19 15

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

farfromrefug commented 2 years ago

@angel-lizander using vue there but would not make any difference. I cant tell your real issue with more details. Something else is going on