Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
20 views

I'm try to arrange cells in a GridLayout in such way that will match the orientation of the screen (vertical/horizontal) Example # .ts mylayout = { rows: "115,115,115", cols: "auto&...
Ricky Levi's user avatar
  • 8,207
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
761 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
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
0 votes
1 answer
820 views

I am trying to run "ng add @nativescript/schematics" to migrate my Angular app to Nativescript for mobile support. When I run the command, not only does it not generate the .tns files that ...
Ace Zhang'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
166 views

I am using Nativescript to Develop an IOS App I am getting the magnetic Heading Degrees from the CLLocationManager Location.service.ts import * as geoLocation from "@nativescript/geolocation"; @...
Pein's user avatar
  • 443
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
283 views

In the bottom navigation bar I want to change the button ActiveColor when I get true from service but the problem is I can't override button color with CSS it doesn't apply(nativescript angular) <...
Ilyoskhuja's user avatar
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
2 votes
1 answer
1k views

After upgrading my NativeScript Angular app from version 8.1.5 to 8.2.0, it now fails to build: ns run ios Searching for devices... Copying template files... Platform ios successfully added. v8.2.3 ...
Justin's user avatar
  • 18.3k
1 vote
1 answer
12k views

I am getting this error while using angular 11.0 with native script and android (on importing webcam module to app.module from npm): Error: ./node_modules/ngx-webcam/fesm2015/ngx-webcam.mjs 482:20-42 ...
rama rangeswara reddy's user avatar
0 votes
1 answer
194 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
0 answers
785 views

We have an app that is based off the BottomNavigation template and I had it all working in Android. When we tried it on iOS we ran into conflicts with software and dependency versions so updated ...
chakotha'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
1 answer
271 views

I am trying to build run a {N} with Angular app on iOS and still have a stubborn build error that I can't find anything on through Google. I have upgraded to node 17 whereas node 16 is the current LTS ...
chakotha's user avatar
2 votes
1 answer
2k views

My app was running fine and now it is showing me an error which i tried to figure out until now. ERROR in ../node_modules/nativescript-permissions/permissions.js Module not found: Error: Can't resolve ...
Abdullah's user avatar
0 votes
1 answer
159 views

My goal is to have a hidden Textfield which maintains focus so it can receive input from a Bluetooth barcode scanner. I have accomplished this so far, but the soft keyboard is always displaying which ...
yswanderer's user avatar
0 votes
1 answer
321 views

I am working on an application where a user can type in textView and change font size, font and font format (bold,italic,underline) for selected text. I am unable to find any rich Text Editor in ...
Abdullah's user avatar
1 vote
1 answer
362 views

Using native script, it is possible to access SQLite DB. But is it possible to use SQLite DB from NativeScript + Angular web app?
Dilip Gandham's user avatar
2 votes
0 answers
173 views

I'm currently using the nativescript-mediafilepicker to upload files. I want the user to pick files regardless of the file extension but the only file shwon by the application is a jpg file. What ...
pat's user avatar
  • 53
1 vote
0 answers
84 views

I'm reading through the official document for NativeScript, and come across this playground example code related to "BottomNavigation". https://play.nativescript.org/?template=play-ng&id=...
fortitudeasiacyruschoong's user avatar
1 vote
1 answer
879 views

I have been trying to get the base64 of a File of Nativescript, so far I have tried the next: const documents: Folder = <Folder>knownFolders.documents(); const folder: Folder = <...
JuanF's user avatar
  • 886
0 votes
2 answers
320 views

I am trying to add a top action bar to every screen in the app but does not appear. I am using nativescript with Angular. I have setup a SharedComponentsModule that has the HeaderComponent and I ...
bonstana's user avatar
1 vote
0 answers
275 views

I am currently trying to learn the Bluetooth connection in NativeScript using this code that I got from Github. Everything is fine so far. But after I run the app, I get this error message "ERROR ...
ta_mm's user avatar
  • 11
0 votes
1 answer
116 views

Inherited and trying to update a Nativescript project. It looks like the dev before me was accessing the iOS native PDFKit in order to handle PDFs, but the typing is giving an error "Cannot find ...
qwertybin's user avatar
3 votes
2 answers
699 views

I am going through a tutorial that requires an import from "nativescript-angular/forms" for binding but I am getting an error that says Cannot find module 'nativescript-angular/forms' or ...
Truong Nguyen's user avatar
2 votes
1 answer
354 views

Emulator started when I run ns run ios However, app cannot be deployed with the following error: Unable to apply changes on device: D2B97EAA-B6DB-4920-8974-4F615FEB4E82. Error is: Command xcrun with ...
Cupid Chan's user avatar
-2 votes
1 answer
226 views

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 ...
Shounak's user avatar
0 votes
1 answer
341 views

I am building a project in Nativescript + Angular on macOS Big Sur. I am unable to run or build the android version of the project. I keep getting this error: Error while reporting exception: Error: ...
weenz's user avatar
  • 41
0 votes
2 answers
341 views

I have a Nativescript-Angular mobile app. It works on simulator well. But once it's published to Apple store, it works on older model like iphone 7, but not on iphone 10/11/12. The ios version are all ...
Viv's user avatar
  • 963
0 votes
1 answer
70 views

I'm following the extreme beginner course on this video https://courses.nativescripting.com/courses/169856/lectures/6887491 I have after creating the app run a npm install on the source code, but ...
andrew slaughter's user avatar
0 votes
1 answer
357 views

I have started to develop an app on NativeScript using Angular. I have successfully build a server that responds to my get/post requests from the Nativescript app, but I'm struggling sending some ...
Guillermo Moreno Castaño's user avatar
0 votes
1 answer
142 views

After upgrading to NS7, and updating my code imports, I am unable to use the firebase 'firestore' functions. Whenever any firebase storage function is called I receive: CONSOLE ERROR: ERROR TypeError: ...
Micah Cocco's user avatar
0 votes
1 answer
504 views

I'm using native script angular in vscode with nativescript extension. When I try to debug the application (ios) it doesn't stop in the breakpoints and the editor doesn't recognise the breakpoint. In ...
Raul Valdoleiros's user avatar
1 vote
0 answers
180 views

I got past the '@schematics/angular/utility/parse-name' error by following the recommended steps. But now I get this error: [error] Error: Cannot find module '@schematics/angular/utility/config' ...
bokkie's user avatar
  • 1,600
1 vote
0 answers
254 views

I'm using NativeScript + Angular. I have checked the knownFolders.documents().path for the IOS application and it's available for the current application. This Document Folder is private for the ...
Deep Govani's user avatar
0 votes
1 answer
592 views

I am new to nativescript development and I am trying to create a new component using the following command: ng g c component-name The error I am getting is: An unhandled exception occurred: Cannot ...
hhww59's user avatar
  • 61
0 votes
2 answers
468 views

I created a NativeScript 7.1 project with Angular 11 using tns create my-blank-ng --template @nativescript/template-blank-ng and then run it using tns run. The app at first runs perfectly, but it only ...
Kelvin Lai's user avatar
  • 2,289
-1 votes
1 answer
119 views

I am working on Nativescript Angular and i have a RadSideDrawer for iOS device only. When i install the app, login and click on the button for RadSideDrawer i receive an error that TypeError: ...
Abdullah's user avatar
0 votes
1 answer
158 views

I am trying to code share in my project between a web and mobile app version. I have a component that requires programmatic navigation and therefore I need to inject the Angular Router (from '@angular/...
Pablo Oliva's user avatar
0 votes
1 answer
2k views

I am developing an app using nativescript and angular 11.0. For initial startup creating a login screen. Facing issues while running the application. Get the below exception. The issue happens only ...
Anto's user avatar
  • 57
0 votes
1 answer
274 views

I am trying to convert an Angular website to an android app using NativeScript. Using HTML, I was able to Embed a component simply with: <app-someComponent></app-someComponent> However, ...
Tony Cicero's user avatar
2 votes
0 answers
4k views

After updating nativescript to latest version 7.0.11 I created a new project and just run it using tns run android and I get this error No version of NDK matched the requested version 20.0.5594570. ...
Vikas Acharya's user avatar
0 votes
1 answer
345 views

I'm looking for a solution that helps me, with performing a restart to the native app programmatically. I'm using the android platform only
jawdat abdallh's user avatar
0 votes
1 answer
182 views

I'm relatively new to Angular/Native/Mobile dev. I need to figure out the line count on a Label element, after it has been rendered on the screen. I have been trying to find a solution online for a ...
InnaV's user avatar
  • 13
4 votes
0 answers
397 views

I created a directive to disable the context menu on android and ios app in Nativescript. import { Directive, OnInit, OnDestroy, ElementRef, Renderer2 } from "@angular/core"; import { isIOS ...
Smokey's user avatar
  • 1,907
1 vote
2 answers
593 views

I am trying to set Immersive mode only in modal page but when I do the below in ngOnInit of the modal component Application.android.foregroundActivity.getWindow().getDecorView().setSystemUiVisibility( ...
ChanX's user avatar
  • 372

1
2 3 4 5
26