nativescript-vue Questions
3
Solved
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?
Apteral asked 20/12, 2018 at 10:46
2
Solved
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 ...
Brag asked 14/9, 2019 at 14:2
1
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...
Converse asked 26/4, 2019 at 20:11
1
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...
Disproportionate asked 19/2, 2019 at 18:26
1
Solved
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...
Unsure asked 29/3, 2020 at 14:18
3
I tried to add
<key>UIUserInterfaceStyle</key>
<string>Light</string>
to App_Resources/iOS/Info.plist
But the app still is with dark mode, even after rebuilding it and ...
Marketable asked 8/1, 2020 at 2:0
1
Solved
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, noth...
Einstein asked 4/12, 2019 at 16:33
3
Solved
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
...
Convert asked 2/11, 2019 at 16:20
2
Solved
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 logi...
Odessa asked 15/3, 2019 at 13:57
1
Solved
I was wondering how to handle login/logout of the user so I did this:
store.commit('load_state');
store.subscribe((mutations, state) => {
ApplicationSettings.setString('store', JSON.stringify(...
Derange asked 12/9, 2019 at 12:16
2
Solved
I created my project with the command from the guide:
vue init nativescript-vue/vue-cli-template <project-name>
and I build release APKs with the following command:
tns build android --bu...
Wellinformed asked 14/5, 2019 at 5:22
2
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 docu...
Suffragette asked 2/9, 2018 at 21:1
1
© 2022 - 2024 — McMap. All rights reserved.