Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
385 views

I have a question regarding navigation if you're using the NativeScript Vue Tab Navigation. I am using the NativeScript Vue Tab Navigation Template (https://market.nativescript.org/plugins/tns-...
Sjoerd Ligtvoet's user avatar
1 vote
0 answers
79 views

I need some help to get apollo-client running with Nativescript VUE: Here are my files: vue-apollo.js import Vue from 'nativescript-vue' import VueApollo from 'vue-apollo'; import { ApolloClient } ...
Michael Löffelmann's user avatar
0 votes
1 answer
566 views

I am currently working on a project involving nativescript-vue and typescript and I must work with workers (im not much familiar with NS and workers). I've read the doc and tried the implementation ...
elisol's user avatar
  • 3
1 vote
0 answers
144 views

I'm using RadDataForm with NativeScript-Vue. I made the following style: RadDataForm { margin: 0; padding: 0; } DataFormEditorLabel { visibility: hidden; width: 0; height: 0; margin: 0; ...
Deeh's user avatar
  • 347
1 vote
1 answer
903 views

As shown in the image 1 below, when the modal view on ios 13 shows up, the default background is black. But on nativescript, the default background is white as shown in the image 2. How to achieve the ...
Rahul's user avatar
  • 380
0 votes
1 answer
279 views

We have a service that provides us with a news feed. This feed is an array of different articles. Each article has an attribute "html", which contains the content written in HTML. Now it happens ...
Michael Löffelmann's user avatar
0 votes
0 answers
475 views

I'm building an application on Nativescript-vue where I'm using webview to play HTML5 video player in it. I want this video player to go fullscreen but I'm to able to see any controls, I did some ...
Nitish Kumar's user avatar
  • 6,307
0 votes
1 answer
569 views

having a really strange issue where components that are imported into app.js, do not refresh/reload when changes are made to them, but changes made to app.js are reflected in the simulator and my ...
Dally's user avatar
  • 1,487
0 votes
0 answers
103 views

I am trying to add a search bar on my ios app with nativescript-vue. The problem is that when I tap the search bar, the app stops completely and I can't perform any more tasks since. On Android it ...
giulianimartini's user avatar
0 votes
2 answers
108 views

disable the button when form is not validated. {N} Playground A similar question was asked before. It says it's solved but what exactly was the decent solution? Did I miss something? Form validation ...
Cem Kaan's user avatar
  • 2,274
0 votes
2 answers
989 views

I have a VueX module named auth. Here is the module: export const auth = { namespaced: true, state: { user: null, status: { loggedIn: true } }, actions: { }, mutations: { ...
Ayudh's user avatar
  • 1,765
1 vote
1 answer
103 views

To install android virtual devices on linux I have follow this instruction https://docs.nativescript.org/tooling/android-virtual-devices I have installed everything, downloaded and created an AVD. So ...
sunwarr10r's user avatar
  • 4,795
1 vote
1 answer
431 views

I've added images to my drawable folder, namely, I've changed the image icon.png from the default to my custom image. I've also added a screen.png image however when I try to load the image: <...
Ayudh's user avatar
  • 1,765
-2 votes
1 answer
1k views

I am a beginner in NativeScript and need to scan a QR code. I tried to use the nativescript-barcodescanner plug-in with Vue.js and I couldn't, an error occurred while running all the demos. I tried to ...
vitorln's user avatar
0 votes
1 answer
585 views

I'm having issue understanding how navigation works using NativeScript Vue. I started yesterday and can't seem to make it work. It says my AppDrawer component is recursive. The main frame contain a ...
HypeWolf's user avatar
  • 872
0 votes
1 answer
124 views

I would like to know how can I have multiple fullscreen in scrollview with nativescript please ? I tried this : <Page actionBarHidden="true" class="page"> <ScrollView orientation="...
Jérémie Chazelle's user avatar
0 votes
1 answer
234 views

When the user has connection problems I get this in the console: PlayerError com.google.android.exoplayer2.ExoPlaybackException: com.google.android.exoplayer2.upstream.HttpDataSource$...
yukashima huksay's user avatar
0 votes
0 answers
99 views

I've started my first project on Nativescript-vue and there's a simple issue I don't understand. I have a ListView that is a part of grid layout with dynamically generated height (*) If I set the ...
Yuriy P.'s user avatar
  • 131
1 vote
0 answers
285 views

I use this vuex action for registering my push notification token with my server: async submitPushToken({commit, getters}) { commit('SET_PUSH_TOKEN', await firebase.getCurrentPushToken()); ...
yukashima huksay's user avatar
1 vote
1 answer
648 views

I have had similar issues with back button before. In my app I have a login page where the user submits their phone number and then they are taken to a page where they enter the verification code that ...
yukashima huksay's user avatar
0 votes
1 answer
467 views

How can i change the TextView property content-type to oneTimeCode so that i can get otp in the suggestion of app. Reference: https://developer.apple.com/documentation/security/password_autofill/...
Shubhang Vanjani's user avatar
0 votes
1 answer
509 views

I was using RadSideDrawer but now I wanted to try multidrawer. repo readme file says... <MultiDrawer> <StackLayout slot="left"> <Label text="Im in the left drawer" /> &...
Cem Kaan's user avatar
  • 2,274
1 vote
0 answers
660 views

I have an AbsoluteLayout that is supposed to open and go over a mdCardview, but it seems that it is trying to squeeze everything inside the cardview. I tried messing with the CSS position tag, but it ...
mm da's user avatar
  • 73
0 votes
1 answer
450 views

I'm trying to learn nativescript with vue. I've learned about the devtools, and the fact that there should be an Electron standalone app, with npx vue-devtools, but it does'nt open any window., ...
Sword8's user avatar
  • 69
0 votes
1 answer
43 views

I've seen multiple code samples using *v-show or in GridLayouts I've seen rows="*,*,*". Is this just a shorthand for auto? Or similar to @ in regular vue.js?
Steven Pfeifer's user avatar

1 2 3
4
5
15