Skip to main content
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
50 views

Why does my BLE peripheral disappear from my app's scanning menu after first scanning on iOS?

I'm trying to develop a custom app using Svelte Native (the cross-platform development tool based around Svelte) and the NativeScript Community BLE library. This app is designed to connect to an ...
Melody Parker's user avatar
0 votes
2 answers
68 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'; ...
starleaf1's user avatar
  • 2,938
0 votes
0 answers
37 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 ...
starleaf1's user avatar
  • 2,938
0 votes
1 answer
71 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 '@...
starleaf1's user avatar
  • 2,938
0 votes
1 answer
80 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 ...
starleaf1's user avatar
  • 2,938
0 votes
0 answers
39 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....
Brandon Taylor's user avatar
1 vote
2 answers
482 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 ...
saurav singh's user avatar
1 vote
0 answers
96 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 ...
user30463902's user avatar
0 votes
1 answer
61 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) ...
Petro Sych's user avatar
0 votes
1 answer
69 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 ...
Susav Karki's user avatar
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 ...
Xaypanya Phongsa's user avatar
1 vote
0 answers
97 views

NativeScript/Angular App crashes with java.lang.SecurityException: "Writable dex file is not allowed. "

I have an issue with a NativeScript Angular app... everything is up to date. The app was working perfectly fine up until Android 14 (API Level 34). Now the app crashes with various error messages like:...
Loralon's user avatar
  • 301
1 vote
1 answer
568 views

"The AppComponent class is a standalone component, which can not be used in the @NgModule.bootstrap array" with Nativescript

my Nativescript-Angular project was full workable two month ago, but now unexpectedly shutdown, I even don't know what exactly changing made in my environment, Angular look as the same version Angular ...
Alex161's user avatar
  • 73
2 votes
1 answer
73 views

Storage permission issue in android 5 to 13

I build my app whith native.vue and java. I'm trying to store and read data to internal storage of device. When i running this code in android 10 any permission request to user doesn't make. In my ...
Vebama Wanematou's user avatar
0 votes
1 answer
23 views

Automatic index of rows/cols when using GridLayout

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,239

15 30 50 per page
1
2 3 4 5
484
Morty Proxy This is a proxified and sanitized view of the page, visit original site.