ui-label icon indicating copy to clipboard operation
ui-label copied to clipboard

Can't make it work on iOS

Open angel-lizander opened this issue 4 years ago • 3 comments

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.

angel-lizander avatar Nov 04 '21 17:11 angel-lizander

@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

farfromrefug avatar Nov 06 '21 12:11 farfromrefug

@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

angel-lizander avatar Nov 06 '21 13:11 angel-lizander

@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

farfromrefug avatar Nov 06 '21 13:11 farfromrefug