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
2
votes
0 answers

How to free memory from Images in nativescript-vue?

Is there a way to programmatically free Image resources in nativescript-vue? I can't use the RadListView or ListView in some situations because they have issues properly rendering some of my more-complex components. Instead, I'm using a ScrollView.…
miker
  • 101
  • 7
2
votes
1 answer

Nativescript CameraPlus preview too zoomed in

I'm using Camera Plus with Nativescript Vue. The camera preview is very zoomed in, but when I take a photo it comes out normal. This only happens on Android. Anyone out there who have experience with this plugin and knows what the issue might be?…
2
votes
1 answer

Nativescript Vue ListPicker does not update it's items

I am trying to load topics (just string values) from a backend and display them in the ListPicker. However the ListPicker won't update it's items which should be displayed. The code is as follows: