Questions tagged [ionic-vue]
62 questions
0
votes
1 answer
disable scrolling when keyboard opens up for ion-input
I have a vue ionic app and I have an ion-input in one of the view. When I focus into the input, the keyboard opens up and scrolls the view little upward. I don't want it to scroll upwards and wants it to be fixed where the view before focusing on…

kibakoriasu
- 33
- 5
0
votes
0 answers
Ionic sheet modal auto-height with modalController
I'm using Ionic Vue for a Vue 3 Ionic app and I'm implementing a 'Sheet Modal'. With the Ionic examples and my test code I can get the auto height to work perfectly when using the inline modal in the Vue template.
Code demo (CodeSandbox)
…

user616
- 783
- 4
- 18
- 44
0
votes
0 answers
Display available Wi-Fi networks names both Android and iOS by using capacitor in ionicVue
I want to show all available Wi-Fi network names in both Android and iOS by using capacitor (or)
any other dependency in ionic Vue.
Also Enable and disable the Wi-Fi network from Ionic Vue Capacitor.
Should also Enable and Disable with Bluetooth.
0
votes
0 answers
IonInput fill outline property
I am having trouble implementing IonInput in outline style.
I need to point out that the outline appears for a while but then disappears for good. I also need to mention I am not using it inside of IonItem
`

vladissick
- 1
- 1
0
votes
0 answers
Swiper Cards on Ionic Vue changes on reloading
When using Ionic/Vue with swiper to create cards the site initially loads correctly. But after refreshing the cards somehow 'unfold'.
See images Cards unfold correct
Cards unfold incorrect
Strangely swiper works fine without ion-router-outlet but…

user22043828
- 1
- 1
0
votes
0 answers
Ionic Vue 6 CapacitorHttp not working in android apk
I have a problem driving me insane. My app is an Ionic Vue 6 app with Capacitor. Running the app with the usual commands works on both physical devices and emulators:
ionic capacitor run android -l --external
and
ionic capacitor run ios -l -async…

jaletechs
- 501
- 1
- 7
- 19
0
votes
0 answers
Is there a way to pass data from ionic select using IonChange event?
I have an ionic vue select which I am populating with an array and using a v-for to loop through the data. I want to pass the selected value when I open the select menu and click OK. Instead of that 5 being passed on I want to pass whatever value is…

Pistone Sanjama
- 489
- 1
- 4
- 14
0
votes
1 answer
Ionic Vue PWA - ios status bar color
I am developing a PWA using Ionic Vue.
How can I change the color of the status bar in iOS?
I read this doc and tried writing theme-color Meta in the tag, but it didn't change the color.

kusumoto_teruya
- 2,415
- 4
- 23
- 38
0
votes
0 answers
How to make my Ionic app backend work on android?
I'm creating an app that uses Ionic and VueJS for the front-end, and for the back-end, Express and Mongoose.
When I run the file containing the express app, it creates a localhost on port 3000 and can handle POST & GET requests. The front-end make a…

Gkcrafting
- 26
- 1
- 2
0
votes
0 answers
RESOLVE | getCurrentInstance() return null in android ionic6 vue3
My app work fine in web, but don't when run in android studio.
the next code in a component is has problem:
setup() {
const app = getCurrentInstance()
const sqlite: SQLiteHook = app?.appContext.config.globalProperties.$sqlite; // always return…

Francisco
- 16
- 3
0
votes
0 answers
Pushing component one level down with Vue 3 and Ionic
Instead of mounting my component directly to #app, I'm trying to push my component one level down so I can pass props to it from the HTML file it lives in. However, nothing shows up and there aren't any console errors. I'm sure it's just me…
0
votes
1 answer
Ionic - E/Capacitor: Unable to open asset URL
I can't load any image from external url in real device. I am always getting the following error:
This is my capacitor.config.json
{
...,
server: {
cleartext: true,
hostname: "rootsmenu.com",
allowNavigation: [
'localhost',
…

A. Khaled
- 1,468
- 16
- 28
0
votes
1 answer
movable floating fab button ionic vue
I am building an app in Ionic Vue
I have added a fab button like following:

Hello World
- 2,673
- 7
- 28
- 60
0
votes
0 answers
Implementing Auth0 with Ionic Vue Mobile App
Has anyone tried implementing Auth0 with Ionic Vue Mobile App, tried searching for documentation but no luck on that or is it possible to implement Auth0 using pure Javascript in Vue mobile App, what packages we can use for that ?

Vignesh Ramesh
- 5
- 1
0
votes
1 answer
Run action before Ionic Vue closes or app runs in background
How can i detect in Ionic Vue if the app closes or if the app is send to the background?
this.platformor platform isn't available or does not work?!

Sascha
- 69
- 1
- 7