Top "Nativescript" questions

NativeScript is an open source framework created by Telerik that makes native mobile app development easier for web developers.

Which is better vue-native or nativescript-vue?

I would like to start a mobile app with VueJS. Can anyone please suggest which Framework I can choose between …

vuejs2 nativescript nativescript-vue vue-native
NativeScript Vs Flutter

I have started working on Native Script with Angular. The best part is the code sharing technique which i can …

angular flutter nativescript
Expected 2 arguments, but got 1.ts(2554) core.d.ts(8064, 47): An argument for 'opts' was not provided

Error Expected 2 arguments, but got 1.ts(2554) core.d.ts(8064, 47): An argument for 'opts' was not provided. Code is from NativeScript …

typescript nativescript nativescript-angular
How to position element at the bottom of Absolute Layout in NativeScript?

I want to position an element at the bottom of the screen in Absolute Layout in NativeScript. I have this …

nativescript
Is there localstorage in nativescript?

How to share the data across the pages which resides in application.Can anyone tell about localstorage in nativescript?

javascript xml nativescript
Class 'Subject<T>' incorrectly extends base class 'Observable<T> 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). …

typescript nativescript angular2-nativescript nativescript-telerik-ui
gradlew.bat failed with exit code 1

i am very new to nativescript, i try to build my first app in nativescript, but it shows ============================================================================= C:\Nativescript\…

nativescript
How to change application name in NativeScript

I'm working with NativeScript from Telerik and I made an app with a debug name ("notiApp") but now I can't …

android xml telerik nativescript angular2-nativescript
How to find/watch the dimensions of a view in a NativeScript layout?

When my layout loads any view inside of it has a width and height of NaN, it also has a …

nativescript
Angular 2 do not refresh view after array push in ngOnInit promise

I created a NativeScript app with angular 2, i have an array of objects that i expect to see in the …

angular nativescript es6-promise angular2-nativescript