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…
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)