Questions tagged [nativescript-telerik-ui]

This tag is related to the nativescript-pro-ui npm package plugin. Any questions related to that plugin should be tagged with this tag for better, easier and faster discovery.

Detailed documentation about the Progress NativeScript UI components can be found in the official documentation. Also you can find the SDK examples for both plugins for NativeScript + Angular here and for pure NativeScript here.

228 questions
10
votes
1 answer

NativeScript-Vue rendering RadListView very slow under android and freeze the UI

I have a nativescript-vue app with the RadListView component to display data to the user. Each row of the list include multiple informations for the current item. When i tap on a button to load and show the list the UI freeze (fast hardware ->…
8
votes
5 answers

Image button Nativescript and Angular

I need to create an Image button which includes a custom image and a label in {N} + Angular. Something like this: Here's my code. I'm using the stack layout inside the grid layout. I can't see the label below the image.
7
votes
2 answers

Class 'Subject' incorrectly extends base class 'Observable Nativescript navigation drawer error

# This is the error I am facing now: i downloaded navigation drawer sample using npm (https://github.com/shripalsoni04/nativescript-angular-drawer-template). but it gives the following error. dhrn@dhrn-Inspiron-5548:~/NativeApp/Supervisor$ tns run…
5
votes
5 answers

Getting Nativescript Telerik UI RadListView to work in Angular

TNS v2.5.0 I've imported LISTVIEW_DIRECTIVES into my app.module and my template looks like