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

Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.

Results 13 ui-label issues
Sort by recently updated
recently updated
newest added

simplified template is ` ` the text is not centered (also tried setting vertical-align: middle; via css text-alignment: center; works though). Additionally lineHeight is not applied when using FormattedString (hence...

I'd just let you know that we ran into this issue recently. After some debugging it seems like it's probably due to [this commit](https://github.com/nativescript-community/text/commit/f45ec38dd6cf82124a00d48e87dd56c4fcc7265e) from https://github.com/nativescript-community/text This bug came to...

### If the demo apps cannot help and there is no issue for your problem, tell us about it Demo via NS Preview: https://stackblitz.com/edit/nativescript-stackblitz-templates-ipbbwj?file=app%2Fcomponents%2FHome.vue ### Which platform(s) does your issue...

### Which platform(s) does your issue occur on? - iOS - iOS 15.4 - emulator This has something to do with the maxLinesPropery. ``` NativeScript encountered a fatal error: Uncaught...

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

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

"@nativescript-community/ui-label": "^1.0.57", "@nativescript-community/ui-collectionview": "^4.0.9", "@nativescript/ios": "7.0.6" ``` ====== Assertion failed ====== Native stack trace: 1 0x10558a12c tns::Assert(bool, v8::Isolate*) + 128 2 0x1054eee20 tns::ArgConverter::CreateJsWrapper(v8::Local, tns::BaseDataWrapper*, v8::Local, bool, std::__1::vector const&) + 1500...

Is possible somehow to make links clickable and open browser window?

## How to reproduce: Create a new project: `ns create ui-label-test --ng` `cd ui-label-test` Update `items.component.html` to include `textDecoration="underline" ` ```xml ``` Run the app: `ns run ios --emulator` Observe...

Bumps [@octokit/request](https://github.com/octokit/request.js) from 9.1.3 to 9.2.1. Release notes Sourced from @​octokit/request's releases. v9.2.1 9.2.1 (2025-02-13) Bug Fixes mitigate ReDos vulnerabilities & lint (#738) (6bb29ba) v9.2.0 9.2.0 (2025-01-16) Features correctly parse...

dependencies