The following will prevents the refresh
html,
body {
overscroll-behavior-y: contain;
}
The following will prevents the refresh
html,
body {
overscroll-behavior-y: contain;
}
It is in the docs, my mistake was copying the “working” method for q-list into the q-menu… didn’t notice the different. Thanks a lot!
Thanks, I read that but I’m using also non-quasar components (charts/grids/etc) and I was hoping there’s an additional tool/extra that I can use in order to convert the coloring/palette accordingly. Thanks.
Hi
I added this.$q.dark.set(true); to the “beginning” of my app. All that happened was that the default background color of panels (q-cards) were set to false. All other colors including pre-set backgrounds, were left as they were.
Is that mean that I need to manually re-set every component’s colors/backgrounds whenever I switch between dark and light modes? Is there a more automatic way to achieve that?
Thanks
Hi @numerouno , did you manage to have any progress on this?
I saw a lot of examples for ionic but when reading how to use other cordova plugins in Quasar, it seems to behave differently so I wonder if you, or anyone else, had any success implementing this plugin into Quasar.
Thanks
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)
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.
Well, it works perfectly, I always thought that in electron/cordova mode, the browser starts from scratch every time.
Thanks a lot!!