Questions tagged [ionic-vue]

62 questions
0
votes
0 answers

Is there a way to have two ionic side menus active at the same time?

I'd like to achieve the following layout, in Ionic Vue, ideally using native components. Below is just a schema of what I want and I'm mostly interested in the desktop behavior: Vue.createApp({ data: () => ({ isLeftOpen: false, …
tao
  • 82,996
  • 16
  • 114
  • 150
0
votes
1 answer

Vue 3 component not updating after call from vue-router

I want to build a todo app with ionic-vue. It currently uses vue 3. I have this overview (called Lists.vue) where it is possible to click on multiple lists (where tasks should be loaded per list). However, everytime when I click on a list, the same…
0
votes
2 answers

How to solve CROSS Origin issue in ionic-vue?

I am new to Ionic framework (with Vuejs) and trying to make simple Crud app. But due to CORS issues, i can't able to login. Browser console show XMLHttpRequest at 'http://localproject.test/api/login' from origin 'http://localhost:8100' has been…
0
votes
0 answers

Ionic 5 - How to select specific ion chip on click event (@ionic/vue)

I have a local state that changes the chip icon and color on click, however, this event triggers a change in all the chips simultaneously. I need the user to be able to select a single chip or multiple chips. const chipState = reactive({ …
carlhandy
  • 315
  • 1
  • 8
  • 22
0
votes
2 answers

Android Studio Gradle Build Error: Could not determine the dependencies of task ':app:compileFreeDebugJavaWithJavac'

Then on building or launhcing on my device i get following error: Could not determine the dependencies of task ':app:compileFreeDebugJavaWithJavac'. > Could not resolve all task dependencies for configuration ':app:freeDebugCompileClasspath'. >…
Piyush aggarwal
  • 750
  • 2
  • 14
  • 25
0
votes
2 answers

Scroll to bottom in Ionic Vue

I develop a chat app in Ionic Vue. To always see the latest messages, I have to scoll to the bottom automatically. For web I use vue-chat-scroll, but this does not work with Ionic Vue. I have tried a lot of different tactics but nothing works: var…
Sascha
  • 69
  • 1
  • 7
0
votes
1 answer

how to ionic tab close when i switch component in vue ionic?

I am trying to navigate from tabe component to workOrder component. I am using default ionic tabs. Problem is when I am switching from tab 1 to worOrder component it works perfectly but it also render previous component which is tab component Here…
user13134426
0
votes
1 answer

Get value from ion-select and store it in localstorage

I want to save the value from the ion-select-option into the localstorage. However, it returns 'undefined'. I'm using Ionic and Vue 3.0.0. How can I get the selected option and store it in the localstorage? Ion-select:
0
votes
2 answers

Why ion-icon is not showing in ionic vue project?

I am trying to add icon with ion-icon in my ionic vue project. I copied code from official page here is my template