NativeScript + Angular is an open source framework created by Telerik that makes native mobile app development easier for developers with web-dev background. It enables developers to use Angular to build native mobile applications for iOS and Android.
Questions tagged [angular2-nativescript]
1264 questions
-1
votes
1 answer
Nativescript Views/Pages
Is it possible to have native script pages to be grouped into folders ?
I tried to create a folder called views, and a sub folder called intro and within it I had my pages. When I ran the app it stated that it could not find the page.
When I moved…

user3836415
- 952
- 1
- 10
- 25
-1
votes
2 answers
Nativescript Angular TabView Scrollable
May I know how can I make the TabView Scrollable such that tab-names are not wrapped

Smit
- 2,078
- 2
- 17
- 40
-1
votes
1 answer
Google maps sdk nativescript: can i capture an image of the map?
i use the maps plugin to show a map on my application. It works with this code:
onMapReady(event) {
this.mapView = event.object;
var marker = new Marker();
marker.position = Position.positionFromLatLng(45.46, 9.18);
marker.title…

Matteo Margolfo
- 31
- 5
-1
votes
1 answer
Numeric indicator inside a RadRadialGauge elemnet
how can i put a Numeric indicator inside a RadRadialGauge?

Matteo Margolfo
- 31
- 5
-1
votes
1 answer
Plugin to Interact Nativescript with native Mapbox SDK
I want turn by turn navigation (like a GPS system) from point A to point B. In order to achieve this, I need to create a “plugin” to allow NativeScript to interact with the native Mapbox SDK.
I wanted some information on how to create plugins in…

Shifs
- 335
- 2
- 4
- 16
-1
votes
3 answers
ActivityIndicator not showing if outside stacklayout
I have this simple page layout:

Marco Gagliardi
- 565
- 1
- 8
- 24
-1
votes
1 answer
TextView doesn't lose focus when the keyboard is dismissed
This behavior occurs only on Android devices
Since I use the updateTextTrigger as focusLost, the model doesn't update since the TextView…

Jai Krishnan
- 133
- 2
- 11
-1
votes
1 answer
NativeScript-Angular Tabview Custom View inside Tabs
I am trying to Implement NativeScript-Angular Tabview, I am able to create the Tabs with labels and Images.
I have seen examples for Nativescript using component for .xml files.
Is there any approach for Angular-NativeScript Projects.

vishwa.deepak
- 510
- 4
- 18
-1
votes
1 answer
I'm trying to install nativescript-google-maps-sdk in my nativescript angular 2 application
When I install the plugin it gets successfully installed but I get the following message in my terminal:
nativescript-google-maps-sdk 3.0.0 for ios is not compatible with the
currently installed framework version 2.5.0.
This is my…

anas munir
- 182
- 3
- 10
-1
votes
1 answer
How to set templateUrl and styleUrls
I made a little application but it has all in app.component.ts . Now I'm trying break it into separate components and services. As the first step I have tried to split my code into separate components.
But I'm unable to set the templateUrl and…

isuruAb
- 2,202
- 5
- 26
- 39
-1
votes
1 answer
Nativescript UI templates
Are there any readily available UI templates that I can use for {N}+ Angular mobile app asides the nativescript-ui?

Valkyrie
- 189
- 1
- 1
- 15
-1
votes
1 answer
Getting started with Angular 2 and Nativescript development on angular-seed-advanced by Nathan Walker?
I have started experiments with angular-advanced -seed by Nathan Walker based on angular-seed by Minko Gechev.I created another component called settings and created basic routing in this seed and find out how it works.
I have some doubts:
Is it…

Amal Shehu
- 119
- 2
- 14
-1
votes
2 answers
NativeScript border-radius for UI element is not working
I am using the VS telerik extension to develop my mobile application. However, I am trying to curve the borders of my UI elements by using CSS border-radius:3px-52px and it is not working. I have used several methods to resolve it, but non actually…

MSOUFAN
- 101
- 2
- 12
-2
votes
1 answer
import { Dialogs } from "@nativescript/core"; is not working
I need to use Dialogs for my project. But by importing it from @nativescript/core (according to their docs) is not accepted. Showing error: Module '"@nativescript/core"' has no exported member 'Dialogs'.ts(2305).
I couldn't find a suitable solution.…

Shounak
- 1
-2
votes
2 answers
How to debug/show all network requests in NativeScript?
How to debug/show all network requests in NativeScript in VisualCode?

POV
- 11,293
- 34
- 107
- 201