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
1 answer

How to scroll down to a specific index of a list contained in a Scrollview ? (Nativescript-vue)

I'm writing a mobile application using nativescript-vue. I have a list contained in a Scrollview (which is contained in a Tabview). When my app goes to this tab, I want the Scrollview to scroll down to a specific index of the list that is…
3
votes
3 answers

How to add Typescript to a Nativescript-Vue project?

I've been struggling for a couple days now to get Typescript working in a simple template-generated Nativescript-Vue project. Here's what I've done: Created the project with them command: vue init nativescript-vue/vue-cli-template…
Jason
  • 2,455
  • 4
  • 37
  • 48
3
votes
1 answer

NativeScript Vue Frame navigateTo not navigating

[edit] -> Playground Link I am using NativeScript and Vue to create an app. Once it loads, I want to show a login page, or navigate somewhere else if the user has previously logged in. My page loads but doesn't navigate to the login page. This is…
Pieter
  • 2,188
  • 20
  • 27
3
votes
1 answer

NativeScript-Vue button with linear gradient background and image

In NativeScript with vue.js, I'm trying to figure out if it is possible to have a button which has a linear gradient background and shows an image above the button text. When I set up the CSS to do that, it doesn't seem to work. I set up a…
ppritcha
  • 113
  • 5
3
votes
1 answer