7,263 questions
0 votes
2 answers
43 views
NativeScript Android app closes when trying to add a marker in Google Maps
I'm having a problem with my code. I'm just trying to add a simple marker. Here's my implementation <script setup lang="ts"> import { AbsoluteLayout, Page } from '@nativescript/core'; ...
0 votes
0 answers
25 views
How do you import Material Icons to NativeScript project?
I'm trying to build a Material Design checkbox using Material Icons. Specifically, just for this case, I plan to use the check_box_outline_blank, select_check_box, and indeterminate_check_box. Here's ...
0 votes
1 answer
66 views
$navigateTo error: Failed to resolve Frame
I have a NativeScript-Vue app using Firebase like this: <!-- src/components/App.vue --> <script setup lang="ts"> import { firebase } from '@nativescript/firebase-core'; import '@...
0 votes
1 answer
68 views
Where do I point JAVA_HOME for NativeScript to work correctly?
I'm trying to get started with NativeScript, but I'm getting these errors from ns doctor ✖ Error executing command 'javac'. Make sure you have installed The Java Development Kit (JDK) and set ...
0 votes
0 answers
36 views
Trouble resetting an Angular Reactive Form in a NativeScript application
When resetting a reactive form in my component, the state is being reflected differently in the template than in the component code. Example: onSubmit(): void { this.form.reset(); this.form....
1 vote
2 answers
363 views
Layout drawing behind status and navigation bars after upgrading target SDK from 34 to 35 in NativeScript app
I'm developing a NativeScript application and recently upgraded my target SDK from 34 to 35 (Android 15 Preview). After this change, I noticed that the app layout started drawing behind the status bar ...
0 votes
0 answers
28 views
NativeScript app crashes in release APK but works in debug and production builds
I'm working on a NativeScript (v8+) app that runs perfectly in both debug mode (ns run android) and production build (--env.production). However, when I generate a release APK using: ns build android -...
1 vote
0 answers
64 views
Nativescript Android app crashes when requesting permissions: "removeAllCookies must be called on a thread with a running Looper."
I am having trouble with a NativeScript app I'm building. The issue is specifically on android. As soon as I begin the flow to request a permission the app crashes. I have tried multiple approaches. I ...
0 votes
0 answers
48 views
Nativescript Android Build Failed: com.android.tools.build:gradle plugin
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/...
0 votes
0 answers
40 views
NativeScript Android BLE: onCharacteristicChanged not firing
I'm using NativeScript (Android) to receive heart rate notifications from a HRM device. I'm able to: Connect to the device Discover services and characteristics Enable notifications via the ...
0 votes
1 answer
42 views
Angular Capacitor, NativeScript, Ionic returns CodeSign failed with a nonzero exit code for iOS
I am writing here to find someone who can help me to solve the issue with the Xcode I have tried different frameworks for mobile application (Angular Capacitor, Angular Ionic, Angular NativeScript) ...
0 votes
0 answers
106 views
Xcode: iOS Development App Crashes on Launch
I’m setting up an iOS environment to run my NativeScript app, but I don’t have a macOS device, so I’m using a virtual machine. After building the .app file and installing it to a iPhone emulator, the ...
0 votes
1 answer
64 views
I get bug when I access Local time - react native
I am using react native to develop an app that fetches usage time from third party apps in device. I am fetching usage time from midnight 12am to current time. But the usage time I got is a bug. The ...
7 votes
0 answers
2k views
App Crash on iOS Device: "Can't show file for stack frame" Error with NativeScript in Xcode
I'm developing an iOS application using NativeScript and recently started testing it on a physical iPhone device. When I build the app in Xcode and run it on the device, it immediately crashes. In the ...
0 votes
0 answers
29 views
NativeScript+Angular Debug devtools URL
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 ...