angular2-nativescript Questions
1
Solved
For better introduction see the blog post about outlets.
I use a TabView to navigate through my mobile app written with nativescript (ProtectedComponent).
<TabView
#tabView
tabsBackgroundC...
Bookshelf asked 27/9, 2017 at 9:17
6
Solved
I´m evaluating differents mobile frameworks, and I think that nativescript is a good option. But I don't know if exists limitations on the development process. For example I had limitations on the ...
Falgoust asked 24/10, 2016 at 18:7
2
Solved
In listview items I'm using Visiblity concept in layout to perform
visible and collapse. When performing Collapse, listview items not
removing that view entirely from the layout.
It is removing th...
Kibitka asked 15/6, 2017 at 13:5
3
Solved
I got a runtime error as cannot read property listArr of undefined. I need to reuse that same array in multiple components. That's why I'm using Global array
I have added relevant code.please chec...
Oniskey asked 31/8, 2017 at 6:49
1
Solved
I’m having problem to install android sdk (brew cask install android-idk) on Mac OS X.
I tried to install it for nativescript. I read on people that had the same problem but i couldn't find working...
Hannis asked 3/9, 2017 at 17:2
1
I updated my nativescript from the 2.5.2 to the 3.0.3. And suddenly when I try to run the app I get the following errors:
node_modules/tns-core-modules/tns-core-modules.d.ts(17,27): error
TS2304: ...
Shindig asked 9/6, 2017 at 17:1
2
# 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@...
Electrocute asked 30/6, 2017 at 12:40
1
I want to utilize the 3D touch support in iOS through Native Script. Currently there is a Plugin for Quick actions, however i want to listen to ForceTouch actions of iOS devices. I want to do this ...
Glycosuria asked 6/5, 2017 at 18:59
0
When using ngTemplateOutlet and context:
<ng-container *ngTemplateOutlet="template; context: Context"></ng-container>
The context data:
this.Context = {
$implicit: this.userName,
...
Homocyclic asked 2/5, 2017 at 13:52
2
I was just trying to install NavtiveScript, for this I followed the official installation guide available at
http://docs.nativescript.org/angular/start/quick-setup but I am stuck at "Step 3: Inst...
Arnaud asked 25/10, 2016 at 21:29
4
I'm following the NativeScript tutorial, but when I'm trying to load the image with res:// is not working with iOS.
<Image src="res://logo" stretch ="none" />
The file is in the App_R...
Pickaxe asked 7/6, 2016 at 19:59
1
Solved
I've created a basic Nativescript app using:
tns create my-project-name --template nativescript-angular-drawer-template
Now, I want to add Material Design to my app. According to the docs I ran th...
Libbi asked 31/1, 2017 at 7:26
1
Solved
I have a list, and I want to get the value of the list item.
The view is as follows
<ListView [items]="myItems" (itemTap)="onItemTap($event)">
<template let-item="item" let-i="index" let...
Marienthal asked 23/1, 2017 at 14:49
2
Am following the NativeScript Groceries Typescript Angular tutorial and I got stuck in chapter 3 with the following errors.
EXCEPTION: Error in ./AppComponent class AppComponent_Host - inline temp...
Tetragon asked 29/8, 2016 at 10:37
1
Solved
In {N}, I have a layout containing views and would sometimes like to hide it - i.e. not take up space. Analogous to CSS - display: none.
I know about visibility: collapse - but it still takes up s...
Outfall asked 8/8, 2016 at 16:33
© 2022 - 2024 — McMap. All rights reserved.