Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make it work on iOS #10

Open
angel-lizander opened this issue Nov 4, 2021 · 3 comments
Open

Can't make it work on iOS #10

angel-lizander opened this issue Nov 4, 2021 · 3 comments

Comments

@angel-lizander
Copy link

angel-lizander commented Nov 4, 2021

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.

@farfromrefug
Copy link
Member

@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
Copy link
Author

@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
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants