nativescript-community / nativescript-community/ui-label
Can't make it work on iOS
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 9
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the example Label on an iOS 14.3 emulator using CLI 8.0.2, @nativescript-community/ui-label 1.2.0, and @nativescript/ios 8.0.2. Trace the HTML and class-style handling in the project and verify that both bold HTML content and the class styles remain applied together.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100