Questions tagged [nativescript-vue]

NativeScript plugin for using Vue.js in NativeScript mobile apps.

NativeScript-Vue is a plugin that enables the use of Vue.js in NativeScript mobile apps.

https://nativescript-vue.org/

743 questions
47
votes
3 answers

Which is better vue-native or nativescript-vue?

I would like to start a mobile app with VueJS. Can anyone please suggest which Framework I can choose between vue-native or nativescript-vue?
china veerreddy
  • 525
  • 1
  • 4
  • 8
11
votes
2 answers

NativeScript + Vue.js + FontAwesome

I'm trying to use FontAwesome icon set to build an application over NativeScript and Vue.js but I can't figure out the problem since I not even have an error prompt message. I'm following the documentation as a faithful but nothing happens. I search…
jefr
  • 145
  • 1
  • 9
10
votes
3 answers

HTMLElement is not defined - Nativescript-vue

All I'm trying to do at this point is get the project to run. I run tns run android The application builds, but as it starts the app and throws an error ReferenceError: HTMLElement is not defined So this all started when I was trying to bring in…
Baron860
  • 127
  • 1
  • 5
10
votes
1 answer

NativeScript-Vue rendering RadListView very slow under android and freeze the UI

I have a nativescript-vue app with the RadListView component to display data to the user. Each row of the list include multiple informations for the current item. When i tap on a button to load and show the list the UI freeze (fast hardware ->…
9
votes
2 answers

How to call axios/api call in Nativescript application

I'm trying to build a small application on Nativescript-vue where I'm having backend laravel framework for api calls which needs to be called to get relevant data. For example if user wants to login he needs to validate its credentials through api…
Nitish Kumar
  • 6,054
  • 21
  • 82
  • 148
7
votes
2 answers

vuejs conditional wrapper

In my nativescript-vue application I have a singleFile component called profileForm. I want to use that component in two ways, if the user is logged in I want to have that component as the slot of my layout component to edit profile. Otherwise I…
yukashima huksay
  • 5,834
  • 7
  • 45
  • 78
7
votes
2 answers

How to build NativeScript Vue app compliant with Google Play 64-bit requirement?

I created my project with the command from the guide: vue init nativescript-vue/vue-cli-template and I build release APKs with the following command: tns build android --bundle --release --key-store-path ./my_key.jsk…
Mateusz
  • 2,340
  • 25
  • 24
7
votes
1 answer

Nativescript Vue Developer Tools not working

I am following the tutorial as it is stated here: https://nativescript-vue.org/en/docs/getting-started/vue-devtools/ I have the dev tools and the app up and running but the dev tools says "Waiting for connection..." while the app is already running…
Sinan Samet
  • 6,432
  • 12
  • 50
  • 93
6
votes
3 answers

How to effectively disable Dark Mode theming in Nativescript?

I tried to add UIUserInterfaceStyle Light to App_Resources/iOS/Info.plist But the app still is with dark mode, even after rebuilding it and deleting hooks, node_modules and platforms. I'm using tns preview --bundle.
Gabriel S.
  • 167
  • 2
  • 10
5
votes
1 answer

Nativescript Vue Timepicker with Vuex

I'm working on a Nativescript-Vue app, and I'm trying to use Vuex to store the hour and minute from a Timepicker to use in other Pages. I've tried catching the event with a computed property, but is there a better way of doing this with Vue? Here's…
Joe R.
  • 123
  • 11
5
votes
1 answer

How to add headers in login.vue?

How to update headers of apolloProvider? Please check out nativescript-vue app repo: https://github.com/kaanguru/vue-apollo-login I can not explain properly so please check out the app. I don't know how to update appolloClient headers. App repo has…
Cem Kaan
  • 2,086
  • 1
  • 24
  • 55
5
votes
2 answers

NativeScript Vue - Conditional nativation based on user's login state

I'm using NativeScript-Vue. I have some pages that are protected (member-only). And I maintain my user's login data in localstorage. I have two questions: When a user opens the app, where in the application should we write the code to retrieve…
asanas
  • 3,782
  • 11
  • 43
  • 72
4
votes
0 answers

Cannot run appium tests on iOS simulator - Error : Cannot read property 'statBarHeight' of undefined

I set up appium tests following nativescript-dev-appium instructions (https://github.com/NativeScript/nativescript-dev-appium) and tests run fine on an Android simulator. My problem is on iOS. I cannot make them work, before and after methods fail…
4
votes
1 answer

Nativescript Action Bar underneath status bar

I'm attempting to create a Nativescript Vue app and when testing on my Android 10 device (Samsung S10+) the status bar partially covers the Action Bar. The effect can be seen even in the playground app. The issue can be resolved by removing the…
DrKHunter
  • 424
  • 5
  • 15
4
votes
1 answer

Nativescript-vue Not Live Updating

I used to run the command : tns run android --bundle. And when i saved the changes, they were automatically updated in the physical and virtual android emulators. Now when i save the changes, nothing happens and have to run the command again to see…
Juan Bonoso
  • 722
  • 1
  • 5
  • 15
1
2 3
49 50