Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 1
1 answer
60 views

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 ...
Score of 0
2 answers
74 views

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'; ...
Score of 0
0 answers
41 views

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 ...
Score of 0
1 answer
73 views

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 '@...
Score of 0
1 answer
90 views

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 ...
Score of 0
0 answers
43 views

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....
Score of 1
2 answers
499 views

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 ...
Score of 1
0 answers
100 views

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 ...
Score of 0
1 answer
65 views

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) ...
Score of 0
1 answer
71 views

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 ...
Score of 7
0 answers
2112 views

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 ...
Score of 1
0 answers
103 views

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:...
Score of 1
1 answer
573 views

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 ...
Score of 2
1 answer
79 views

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 ...
Score of 0
1 answer
26 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&...

15 30 50 per page
1
2 3 4 5
484