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
0
votes
1 answer

Nativescript webpack 2.2.0 android release apk is crashing after splash screen in device

Hi I am using Nativescript 2.5.2 & Angular 2 and webpack 2.2.0 to bundle the app. I followed all the instructions for 'webpack' and successfully build ios release for device and its working fine npm run build-ios-bundle -- --release…
0
votes
1 answer

How to get the native control in RadSideDrawer with nativescript angular2?

I have a RadSideDrawer and I want to apply a directive to a Control that is in the MainContent of the RadSideDrawer. Here is my Component using a RadSideDrawer.
Tao Zhu
  • 749
  • 6
  • 12
0
votes
1 answer

NativeScript FloatingActionButton from github.com/Clans/FloatingActionButton

I'm very new to NativeScript. I chose it compared to React Native because I wanted 100% access to native API. I started playing with native plugins and read some tutorials like this one native libraries Now I'm trying to follow the same principle…
0
votes
1 answer

generic side-menu component

I used code from nativescript-ui-samples-angular repo for RadSideDrawer (side menu). It works perfectly, but when I tried wrapping it all in a separate component which I then add into other component via selector it falls…
Zoidy
  • 362
  • 4
  • 21
0
votes
0 answers

How to integrate nativecript plugin [Nativecript and Angular 2]

I found this plugin: https://www.npmjs.com/package/nativescript-sidedrawer Is possible to implement it in angular 2 nativescript project? Could you show me some example?
Vladimir
  • 1,751
  • 6
  • 30
  • 52
0
votes
0 answers

Nativescript angular 2 RadListView LoadOnDemand back to previous page not working (evaluating 'child.onLoaded')

Hi Currently I am using nativescript-telerik-ui plugin in my {N} project and using RadListView like below
0
votes
1 answer

Using font awesome icons in a NativeScript SegmentedBar Title

For our NativeScript Angular2 app we need bottom aligned tabs. We are attempting to implement this through SegmentedBar (since I understand tabviews cannot be bottom aligned in NativeScript-Angular2 apps). How can I implement font awesome icons in…
0
votes
1 answer

Error when using Nativescript's RadSideDrawer

I am trying to add the nativescript-telerik-ui and use the side drawer in a blank project. The project builds properly, but I am getting the error shown below if I try to run the code on a connected device: The project was running correctly until…
dpdragnev
  • 2,011
  • 2
  • 28
  • 55
0
votes
1 answer

What is the difference between main-page.js and main-view.model.js when developing native apps through Telerik App Builder

How to change the text of the xml based textField via main-page.js? Im using this.set("message", getMessage(this.counter)); to change the values via main-view-model.js. But that scenario is not working when I try in it in main-page.js. How to do…
0
votes
3 answers

Telerik UI Sidedrawer: how to remove gray bar from drawer-content

How to remove this gray bar in drawer-content? my template is:
0
votes
1 answer

NativeScript Telerik-UI using ListViewStaggeredLayout for images in RadListView

I have a NativeScript/Angular2 app using Telerik-UI, when I try to display images using ListViewStaggeredLayout directive in a RadListView I get a blank page. Using same code to display text works OK, i.e. 2 columns and staggered layout. Using…
0
votes
1 answer

Replicate Ionic2 style Left Side Menu in NativeScript with Angular2

Ionic2 gives nice template with left menu slider as per image: Is there any NativeScript way of doing this with Angular2? I installed npm i nativescript-telerik-ui in to the project and as per example…
Sergino
  • 10,128
  • 30
  • 98
  • 159
0
votes
1 answer

RadSideDrawer bug found that's easily reproducible

I'm using RadSideDrawer in a {N} project. If you open and close the drawer quickly (showing just about 1-2 mm) - then all taps are ignored until the drawer is opened manually again. I think it's a timing issue - even though closed, the control…
dashman
  • 2,858
  • 3
  • 29
  • 51
0
votes
0 answers

Sidedrawer in Telerik's UI for Nativescript is not working on Angular2 project

Hi there people! I'm experimenting an issue with this package and my Nativescript application with Angular2 and Typescript. When I run the application and I tap the button that should call my sidedrawer, I get the next Unhandled…
0
votes
0 answers

Problems with Nativescript UI RadListView

I'm having trouble initializing a RadListView from data that works with a regular ListView. i have an observable array that should output items in the listview, and when using regular old ListView, it works fine. Id like to take advantage of the out…