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

Failed to build nativescript-google-maps-sdk

I'm using the google-maps-sdk plugin in my app (nativescript-vue). But when I try to build the project for android I get an error which says "Failed to build the plugin nativescript-google-maps-sdk". I tried everything I found on the net forums…
Mhady
  • 31
  • 1
  • 2
3
votes
1 answer

How to display the keyboard automatically on page load

I'm building a mobile application with NativeScript-Vue. I have a TextField on the page, and want the keyboard to automatically display when the page/screen loads, rather than having to tap on the TextField. I have assigned my TextField a ref of…
matt93
  • 83
  • 4
3
votes
1 answer

How to hide suggestionView without having to delete characters in a RadAutoCompleteTextView using Nativescript Vue js

Currently when you start typing RadAutoCompleteTextView element using Nativescript Vue js the suggestionView Element is displayed. The only way to make the suggestionView to disappear is to delete each character in the field. I need to be able to…
3
votes
0 answers

Cannot read property 'env' of undefined while building nativescript-vue project

When I building nativescript-vue application using "tns build android --bundle" it shows Project successfully prepared (android) Executing after-prepare hook from D:\Downloads\User\Desktop\App\hooks\after-prepare\nativescript-dev-webpack.js Cannot…
Rushikesh
  • 117
  • 1
  • 2
  • 13
3
votes
0 answers

iOS webview refusing connection but Android working fine

I'm loading a WebView inside a modal but when I click on a link within the WebView nothing happens. It's working as expected on Android but not in iOS, neither on a physical device nor in the simulator. When I use utilsModule.openUrl(this.myUrl);…
Adam
  • 321
  • 1
  • 3
  • 14
3
votes
1 answer

NativeScript for Windows error: Android SDK Build-tools v29 You can install any version in the following range: '>=23 <=28'

When trying to follow the NativeScript for Vue Quick Start here: https://nativescript-vue.org/en/docs/getting-started/quick-start/ in June 2019, the Android SDK is version 29. At the command $ tns run android --bundle or when running tns doctor I…
Murrah
  • 1,508
  • 1
  • 13
  • 26
3
votes
0 answers

Nativescript vue dismiss / hide Android keyboard

I'm using the excellent https://github.com/tjvantoll/nativescript-IQKeyboardManager on iOS, which has a 'done' button (effectively a close button). However, for Android softkeyboard there is no such thing... All the solutions to hide a keyboard…
Rob
  • 1,576
  • 3
  • 22
  • 52
3
votes
2 answers

RadDataForm lowercase in field email

In field email:
snakom23
  • 199
  • 3
  • 13
3
votes
1 answer

NativeScript vue, vuex and urlhandler

Edit I'm using https://github.com/hypery2k/nativescript-urlhandler to open a deep link within my app - using NativeScript vue, and vuex. It seems that in order to get at the methods needed to do routing [$navigateTo etc] this plugin needs to be set…
Rob
  • 1,576
  • 3
  • 22
  • 52
3
votes
1 answer

"TypeError: Cannot read property 'scopedFn' of undefined". What is this?

I'm trying to use RadListView with Nativescript-Vue, and i'm trying to use a v-template header, and after it, a normal v-template with my list itself. 1) My header appears to not being recognized, and it always shows only the normal v-template on…
3
votes
0 answers

Nativescript-vue: how to change datepicker color?

In my setting page, a Settings.vue file I've my DatePicker I need to change the default style. Note: actually I'm working specifically on Android, but please, answer keeping in mind I…
realtebo
  • 23,922
  • 37
  • 112
  • 189
3
votes
3 answers

Nativescript-vue doesn't work without --bundle option

Please, let me know what information I can provide to better help troubleshoot this issue. As of right now, I've been reading up on webpack, comparing my webpack.config.js file, and random searches into the Google void. Earlier this morning, I was…
Doug
  • 1,435
  • 1
  • 12
  • 26
3
votes
5 answers

Promise resolve and reject in javascript

I'm trying to build a mobile application on NativeScript where I've created a class for authorization which has a login() function which has following codes: export default class NitsEditorAuth { //Finding logged-in user. isLoggedIn() { …
Nitish Kumar
  • 6,054
  • 21
  • 82
  • 148
3
votes
2 answers

Problem with Update-alternatives for java

I try to setup nativescript-vue on linux by following steps on nativescript website. when I use this command sudo update-alternatives --config java but have an error update-alternatives: error: no alternatives for java Please tell me how to…
setha va
  • 51
  • 1
  • 1
  • 3
3
votes
4 answers

Nativescript-Vue MobileApp: Axios return status:null and data:""

I am making a native app using Nativescript-Vue,in my first component I am launching a simple post request, which is working for sure (I tested it on desktop version). But for a reason that I ignore there is a problem with the response. My response…
Vikman
  • 61
  • 6
1 2
3
49 50