Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

Just recently I've been having some trouble building my Android platform. When I build, I get two task errors. 1: Task failed with an exception. ----------- * Where: Build file '/Users/.../platforms/...
Jose Chavez's user avatar
1 vote
0 answers
38 views

I am trying to use the @nativescript-community/ui-material-bottomsheet plugin in my NativeScript Angular app. The plugin works perfectly on Android, but it crashes on iOS when calling the install() ...
Nishad Jahan's user avatar
1 vote
1 answer
58 views

In a Nativescript Angular app I am using Nativescript Material Design Tabs with lazy loading. I have a ReportsComponent showing a RadListView of Expense Reports which each contain one or more Expense ...
chakotha's user avatar
0 votes
1 answer
256 views

My colleague has created a project with NativeScript + Angular. She has pushed the project in the git-repo and then I cloned it on my machine. I installed everything under this guide but when i run ...
gsarme's user avatar
  • 145
0 votes
1 answer
37 views

what I doing wrong? This is my top html: <RadSideDrawer> <Button ... ></Button> <StackLayout MainContent> <page-router-outlet></page-router-outlet> </...
Viacheslav's user avatar
  • 1,332
0 votes
1 answer
102 views

When I am trying to upload files in the slower networks I get the below error in the xcode Upload Code : uploadPhotos(): void { let message; this.photos = this.service....
Pein's user avatar
  • 443
0 votes
1 answer
116 views

We are developing a mobile app using NativeScript 8 with Angular. We want to display long formatted texts like our terms and conditions right in the app, but formatting those long texts is quite ...
Subsurf's user avatar
  • 1,346
1 vote
0 answers
83 views

I've migrated from https://www.npmjs.com/package/nativescript-mediafilepicker to @nativescript/imagepicker and having issues with it on Android platform when picking images. Below is my config ...
Andrew Mykhalchuk's user avatar
1 vote
0 answers
82 views

I am updating my android app from version 29 to 31, but i am having issues with selecting photos from the gallery. Making a new picture with the camera works fine. Versions: "@nativescript/core&...
Tsujmi's user avatar
  • 41
1 vote
0 answers
196 views

I am trying to use the @nativescript/firebase-firestore and @nativescript/firebase-core plugin from Nativescript in my Nativescript angular project. I ran npm install @nativescript/firebase-core npm ...
esjot's user avatar
  • 11
0 votes
1 answer
418 views

From NativeScript official documentation: Тhе actionBarVisibility is a property that controls the visibility of the Navigation Bar in iOS and the Action Bar in Android for the current Frame. It ...
Ad S.S's user avatar
  • 156
0 votes
1 answer
121 views

I have an observable in my BottomNavigationService that returns the "current tab". The "current tab" is a Subject: private _currentTab: Subject<TabName> = new Subject<...
Matt Larsuma's user avatar
  • 1,519
0 votes
0 answers
98 views

I am having a simple app with RadListView component as in https://github.com/banchasf/nativescript-radlistview-sample. When I navigate to the page contains RadListView and navigate out to another ...
Bancha Setthanan's user avatar
1 vote
0 answers
314 views

I am working on a NativeScript iOS app. The app has a login page which requires users to login before they can use the app. I just wanted to add more convenience for the users to not have to type in ...
Prabhas Kumra's user avatar
1 vote
2 answers
4k views

I'm building an NativeScript app using angular flavor. In the HTML side I've tried to bind to an TouchEvent but this is the error that I've got. Error message: Argument of type 'Event' is not ...
ClassY's user avatar
  • 653
0 votes
1 answer
368 views

I tried to add two colors with full width in nativescript android. But it always takes extra padding. Below is my code- <ActionBar class="p-l-0 m-l-0" backgroundColor="#007FA3"&...
Kheya_COU's user avatar
-1 votes
1 answer
88 views

I am trying to get the heading value in nativescript iOS application using CLLocationManager, CLLocationManagerDelegate. LocationService.ts import { Injectable } from "@angular/core"; @Injectable(...
Pein's user avatar
  • 443
1 vote
2 answers
516 views

I do the following: ns create HelloNg --template @nativescript/template-tab-navigation-ng ns create BlankNg --template @nativescript/template-blank-ng ns create Blank --template @nativescript/template-...
bitkorn's user avatar
  • 658
0 votes
1 answer
339 views

I would like to call the ios native api's in my NativeScript Application Version 8 like this import { Injectable } from "@angular/core"; import * as geoLocation from "nativescript-geolocation"; ...
Pein's user avatar
  • 443
1 vote
2 answers
531 views

I am new to NativeScript and Webpack and i have migrated my native script app from 6.5.1 to 8.2 version, and i am using nativescript-orientation-free plugin ,i am getting build errors as this plugin ...
Pein's user avatar
  • 443
1 vote
2 answers
3k views

When trying to install the [Razor Pay library][1] [1]: https://www.npmjs.com/package/nativescript-razorpay, I get the following error: ERROR in ./node_modules/nativescript-razorpay/razorpay.android.js ...
Kamil Kafoor's user avatar
2 votes
0 answers
105 views

I am developed android and iOS application using Nativescript. Now I started the project migration process. I got the crash issue. The crash log like: Package.json { "name": "xxx", "main": "./...
Mishal moni's user avatar
0 votes
1 answer
190 views

I navagate from main/tv-theke-page to main-tvtheke/main-tvtheke-home-page, but when i press back in android does not navigate back to main/tv-theke-page it exits from app It seems is something wrong ...
Edin.A's user avatar
  • 21
1 vote
1 answer
466 views

I am developing the Nativescript android and iOS application. Migrated my project I had the following issue package.json { "description": "Sample", "license": "...
Mishal moni's user avatar
0 votes
3 answers
685 views

Can You Change Buttons color onfocused like yout do in TextField In Nativescript/Angular.. It works in TextField but not in BUTTON Does someone knows some other solution, im trying to build a tvapp i ...
Edin.A's user avatar
  • 21

1
2 3 4 5
19