All Questions
94 questions
1
vote
1
answer
76
views
@IonChange does not fire in ion-datetime component (vue.js)
Problem
I'm using Ionic v8 with Vue 3 and have a component that wraps an <ion-datetime> inside an <ion-modal>. The modal is triggered by a button in the parent component using a unique id ...
0
votes
1
answer
56
views
I tried to change the CSS of an Ionic element
I'm trying to learn Ionic with Vue.js.
I want to do something simple: just change the background color, but it doesn't work.
I don't found good documentation explaining how can i do that
<template&...
0
votes
0
answers
33
views
TypeError: animationBuilder is not a function
So the whole error is as follows:
@ionic_vue.js?v=bbc2dfce:18984 TypeError: animationBuilder is not a function at animation (chunk-YNRD7USV.js?v=bbc2dfce:838:17)
I know I can disable the entire ...
1
vote
0
answers
69
views
Capacitor Plugin Unable to Communicate Between Bridge to Vue App
I am looking to add the ability for communication between my Main App (ios App) and my Vue/JS code. I want to pass a token from my iOS app to the Vue code. I believe a Custom Plugin would enable me to ...
-1
votes
1
answer
283
views
Ionic Capacitor Android App can't access Internet
I have an Ionic + Vue project and I’m using Capacitor to add the Android platform to my project. The app runs correctly both on the Virtual Device and on my Xiaomi Mi A2, as it shows my Login screen I ...
-1
votes
1
answer
73
views
How to make deeplink ionic for ios correct?
I was developing a hybrid mobile application for Android/iOS using Nuxt 3, TypeScript, and Ionic. My app serves as an online store. During the payment process, the application redirects users to the ...
1
vote
0
answers
169
views
Ionic 7 + vue 3 - navigation not reacting after logout - otherwise works ok
I'm working on a mobile app using Ionic with Vue 3 for the frontend, and I've set up routing using Vue Router to manage navigation between different pages in the app. My backend API is built with ...
0
votes
3
answers
365
views
Ionic-vue menu breaks after navigating to another page
I created a Header component that has a IonMenu component in it for a reusable header across pages. The menu is tied to the IonRouterOutlet as the docs suggest but its giving me an issue when ...
4
votes
3
answers
768
views
signInWithEmailAndPassword (Ionic / Vue / Firebase) not resolving promise in iOS
I've been struggling with this one for a while now and I've finally given up finding an answer to it, decided to ask my own question.
I have an Ionic 7 Vue app where I use Firebase Auth for user ...
0
votes
1
answer
279
views
How to set up Ionic Auto Height Sheet modal in Vue 3
I am attempting set up an Ionic Auto Height Sheet modal in a Vue 3 project (https://ionicframework.com/docs/api/modal#auto-height-sheet). See my code below.
On ion-tab-button #3, I added id="open-...
0
votes
1
answer
161
views
How to increase the header size in ion-action-sheet in ionic frame work vuejs
I'm new to Vue. Using ionic framework. I have the below code in my application
<ion-action-sheet
:is-open="isActionSheetOpen"
header="Choose Payment"
mode="ios"
...
0
votes
1
answer
216
views
Watch a class getter in Vue.js
The problem
I can't make my page auto update when there is new data. I use Ionic. I have a page that holds all items collected by the user and shows them nicely with an ion-grid.
To do that, I use a v-...
0
votes
1
answer
952
views
Vue received a Component which was made a reactive object using Vue3 and Ionic
I get a Vue warning: Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with markRaw or using ...
1
vote
1
answer
106
views
Detect Vue page switching and run function accordingly
My problem
My app is composed of two major tabs, Home and Map and I use OpenLayers for that last. Home shows some details about a randomly chosen Feature on the map, and there is also a button that ...
0
votes
0
answers
144
views
HMS Core location Kit TypeError: Cannot read properties of undefined (reading 'getFusedLocationProviderClient') - Ionic/Capacitor - VueJS
I'm trying to implement HMS Core location kit into my vue ionic app.
I import HMSLocation and declare it, but when I try to use the getFusedLocationProviderClient function I get
TypeError: Cannot read ...