Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 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
0 votes
0 answers
29 views

I have used ns create example-app --ng and ns debug android. When I open the page url: devtools://devtools/bundled/inspector.html?ws=localhost:40000 inspecting elements when navigating back and ...
Juliano Vargas's user avatar
1 vote
0 answers
41 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
0 votes
1 answer
60 views

After successfully installing and using katex in an angular project, I decided to try it in a mobile app project based on nativescript-angular. After the installation of katex in the nativescript-...
The Oracle's user avatar
  • 2,513
1 vote
1 answer
63 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
44 views

I have Nativescript Angular form like this: <ListView #list [items]="items" > <ng-template let-i="index" #template > <GridLayout orientation="...
Alex-1999's user avatar
0 votes
1 answer
268 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
2 votes
1 answer
3k views

I'm trying to create a new project with NativeScript and Angular. I have installed what is described here. When I run the command tns doctor everything is fine. There it is the result: ✔ Getting ...
gsarme's user avatar
  • 145
0 votes
1 answer
38 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,342
0 votes
1 answer
101 views

I would like to extend ordinary push notifications by giving applications a chance to update content in the background before notifying the user so that the user can open the application and be ...
Parth Patel's user avatar
0 votes
1 answer
109 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
758 views

I am having issues with installing NativeScript. My machine uses a M1 chip, I'm reading M1 and cocoapods have issues. Other SO answers are not fixing the issue, and some are outdated. Hoping we can ...
Adamf's user avatar
  • 56
0 votes
1 answer
117 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
1 answer
72 views

We develop a mobile app with NativeScript 8.5 and encounter an issue when trying to publish on Google PlayStore. The app is rejected because it ask permissions MANAGE_EXTERNAL_STORAGE, which is ...
David Jourand's user avatar
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
0 votes
1 answer
133 views

I do have a home page where there's a dock layout and the dock layout has a docked tab navigation at the bottom of the screen and the rest of the screen has pages that the tab navigates to. Inside the ...
Kamil Kafoor's user avatar
1 vote
0 answers
86 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
0 votes
1 answer
101 views

I am making an app for ios using nativescript angular. I am selecting and converting a file to base64 to send to server easily. Everything works correctly but if a file has space in it eg: 'myFile 1' ...
Muhammad Ahmed's user avatar
1 vote
0 answers
199 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
339 views

`I've installed Nativescript, and tns doctor returned no errors. Then I installed android studio, and after that tns run returns the following error : "A problem occurred configuring root project ...
Archimedes's user avatar
0 votes
1 answer
420 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
485 views

Upon selecting an Image with the Image Picker I receive a content// url content://com.android.providers.media.documents/document/image%3A139 When using ImageSource.fromAsset() I am returned in empty ...
Tyler Kanz's user avatar
0 votes
1 answer
127 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
1 answer
171 views

Usually, Listview scrolls from top to bottom. To load more item, we hit the last bottom item like this: <ListView *ngIf="messages" [items]="messages" (loadMoreItems)="...
phenric's user avatar
  • 317
0 votes
0 answers
101 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
0 votes
0 answers
131 views

I run the Nativescript code from https://github.com/NativeScript/tutorials/tree/main/angular-tutorial. I found that the memory allocation is increasing when I navigate from home page to detail page ...
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
0 answers
40 views

Installed nativescript, cloned the repo, while building the app for android using "tns build android" Facing this error: Exact error Tried specifying the compileSdkVersion 30 as well in the ...
Varad Kale'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
1k views

I'm using graphql-tag to setup queries and mutations to an apollo server and haven't been able to use javascript variables inside the tag consistently or successfully. Here's an example: gql` ...
Matt Larsuma's user avatar
  • 1,519
0 votes
1 answer
371 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
0 votes
1 answer
333 views

Guys I'm working on one of my own projects, and I'm using nativescript 8.2.1 along with angular 13.2.0 I had some weird issue that is when we run the project using the following command "ns ...
Raheem Mohamed'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
0 votes
1 answer
82 views

I am trying to get the direction in my nativescript app using the CLHeading trueHeading but it always returns as null. locationservice.ts import { Injectable } from "@angular/core"; @Injectable()...
Pein's user avatar
  • 443
1 vote
2 answers
519 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
109 views

Blockquote I am using NativeScript 8.2, I am trying to display an alert after capturing a photo in IOS. capturePhoto(): void { this.photoService.requestPermissions() ...
Pein's user avatar
  • 443
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
0 votes
1 answer
337 views

I am using NativeScript-Orientation-Free Plugin in my NativeScript version 8.2 Application. My app is compiling fine with "tns run ios" but I am getting below Error on the run time and my ...
Pein's user avatar
  • 443
1 vote
2 answers
538 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
2 votes
1 answer
2k views

I'm trying to deploy our Nativescript app to the Google Play Store using a YML pipeline in Azure DevOps. There is a deployment task that automatically increases the versionCode and versionNumber, ...
Erwin1441's user avatar
  • 373
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
0 votes
0 answers
727 views

I am trying to upgrade TypeScript from 3.4.5 to 4.5.4 having migrated a NativeScript project from version 6.5.0 to 8.1.5. Ideally to completely remove the old TypeScript 3.4.5 but it still seems to be ...
chakotha'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
4 votes
0 answers
220 views

I am migrating the Nativescript project in current version(8.1.5). I had pod install command failed issue while running the project. I added the error screenshot for your reference Please help to fix ...
Mishal moni's user avatar
0 votes
1 answer
193 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
0 votes
1 answer
156 views

I have a problem with the grid layout. My code is this one: <GridLayout padding="10%"columns="auto, auto, auto, auto, auto, auto, auto" rows="*"> <ng-...
FedericoAntosiano's user avatar
1 vote
1 answer
470 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
0 answers
541 views

Im trying to navigate between buttons with Keys(DPAD) so i need to listen for KeyEvents I Solved it for Android i just don't know how to do it in IOS public onButtonLoaded_1(args) { let btn = args....
Edin.A's user avatar
  • 21
0 votes
3 answers
687 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 vote
3 answers
861 views

With the latest IOS15 update my actionbar in the app doesn't display the blue background like I want to until you scroll down and it slowly comes into color as you scroll. From this link https://...
Ali Kalkandelen's user avatar

1
2 3 4 5
19