Skip to main content
0 votes
2 answers
43 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'; ...
starleaf1's user avatar
  • 2,928
0 votes
0 answers
25 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 ...
starleaf1's user avatar
  • 2,928
0 votes
1 answer
66 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 '@...
starleaf1's user avatar
  • 2,928
1 vote
0 answers
155 views

I'm implementing a flutter module in a nativescript project. Basically a widget on a page that displays an asset that is normally stored in App_Resources/Android/src/res/drawable-* in Android... in ...
Yosec Cervino's user avatar
2 votes
2 answers
262 views

I've been working on an application that I got from a leaving colleague and I am new to NativeScript. When trying to run an app on an Android emulator using the ns run android command I get the ...
No_or_yes's user avatar
  • 715
0 votes
1 answer
40 views

i try to add a marker with Nativescript-vue using @nativescript/google-maps package, bu it says map.addMarker is not function onReady(event) { this.mapView = event.object; this.addMarker(...
ELGO ALLROF's user avatar
0 votes
1 answer
192 views

ERROR: No compatible version of the Android SDK Build-tools are installed on your system. You can install any version in the following range: '>=23 <=33'. When I run echo $ANDROID_HOME ...
Mike Haslam's user avatar
-1 votes
1 answer
119 views

Ive tried all sorts but cant seem to get it work and there seems to be very little on the subject.. i currently have this <Button text="Retrieve" @tap="handleRetrieve" ref="...
pb123's user avatar
  • 91
0 votes
1 answer
151 views

I am struggling with using of v-show with Nativescript. I was trying to make an animation described in https://www.nuvious.com/posts/nativescript-vue-transitions . When using v-show the element does ...
Luno's user avatar
  • 35
0 votes
1 answer
757 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
51 views

After switching from ns 7 to ns 8.5, the size of the application has grown by 2 times, given that the application code has not changed at all. This is fine? And if not, what can you please tell me how ...
Khalil's user avatar
  • 47
0 votes
1 answer
154 views

I'm trying to migrate from NS 7 to NS 8.5.3 with android 8.5.0 webpack version is 5.0.14 Seems like some problem with vue-compiler I'll be very thankful for any help System.err: TypeError: Cannot read ...
Khalil's user avatar
  • 47
0 votes
1 answer
208 views

(https://i.sstatic.net/f8DyP.jpg) <SearchBar class="w-full rounded-full" textFieldHintColor="#fff" color="#fff" textProperty="#fff" ...
IskDev's user avatar
  • 3
0 votes
1 answer
207 views

Nativescript version: 8.3; vue/ts. I'm attempting to assign versioning to my Nativescript application, however it doesn't reflect accurately. Everything I've tried results in a versionName of 1.0.0 ...
forloop's user avatar
0 votes
0 answers
552 views

Summary Include details about your goal: I am attempting to include external libraries in a nativescript (vue) app; specifically openpgp Describe expected and actual results: Initially, I expected to ...
forloop's user avatar

15 30 50 per page
1
2 3 4 5
50