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…

Springsteen91
- 25
- 4
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:

Elbphilharmonie
- 77
- 12
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
Hello

mahfuj asif
- 1,691
- 1
- 11
- 32
0
votes
1 answer
Trying to make ion-datetime’s style the same as the ion-input style
I want to make the ion-datetime to have the same style as the input style to make my design consistent.
To be clear, please have a look at the image below.
I've tried to modify the CSS properties the same way I created the input style but I can't…

Yura
- 1,937
- 2
- 19
- 47
0
votes
0 answers
Ionic vue 3 the routes not navigate properly
I got problem with my router
the router not navigate properly with tab2 and tab3 logout and redirect again to login
https://github.com/scarfaceshing/ionicvue-bug-vue-router

user9815785
- 21
- 1
0
votes
0 answers
Difference between Ionic CLI version and Ionic Version
Can anyone tell me what is the difference between the Ionic Version and Ionic CLI version? I heard that the latest version of Ionic is ionic 5. is it possible I can create an Ionic-Vue app with ionic 5?
These are the details:
Ionic:
Ionic CLI :…

Kenny
- 61
- 1
- 2
- 4
0
votes
1 answer
How to setFocus on Next button press event in Ionic-vue app?
I’m having difficulties trying to change focus from one input to another by pressing the next button in android/ios keyboard since there is no example for the usage of setFocus method.
Maybe somebody here has already achieved this before? Can anyone…

Yura
- 1,937
- 2
- 19
- 47
0
votes
1 answer
ion-input component (required, size) properties not working
Currently I am working on PWA project. In that I am using ionic-vue package. I am using ion-input for taking user input in form but required and size properties not working.
Code for vue component:
…

Jinal Somaiya
- 1,931
- 15
- 29
-1
votes
1 answer
Ionic, Ion-nav , how start from last component and go backwards step by step
I have steps, for that using ion-nav/ion-nav-link, problem is sometimes I want to start from the last step(components) and go back step by step. How can I implement that? For regular situation is fine when I start from first step and go forwards,…

Ali
- 57
- 1
- 6