Android default keyboard pushing QTabs up
-
Hi,
Is it normal for the keyboard to push the bottom QTabs up?
The
main-layout
is quite simple:<template> <q-tabs v-model="tab" dense no-caps class="bg-white text-grey" active-color="primary" indicator-color="transparent" > ... </q-tabs> <q-page-container> <router-view /> </q-page-container> </template>
Is there a way to avoid that? Maybe listening to a keyboard event and hiding the QTabs?
Suggestions?
TIA