qInput on mobile and softkeyboard
-
Hi
When a qInput gains focus, the soft keyboard appears.
On Android, you can set it as “adjustResize” “adjustPan” and “adjustNothing”.
It looks like Quasar’s default on mobile (Android) is adjustResize.
Is there a way to change it to adjustPan or adjustNothing?
At least from behavior point of view. Thanks.When the qInput is inside a modal, the modal changes its position a bit to accommodate the keyboard so it works great.
-
Sometimes, all you need is a good night sleep.
Obviously you just need to find androidmanifest.xml file and change there to
android:windowSoftInputMode=“adjustPan”> (or whatever adjust you want)