No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Android default keyboard pushing QTabs up

    Framework
    1
    1
    75
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alexandrejacques last edited by

      Hi,

      Is it normal for the keyboard to push the bottom QTabs up?

      tab_bar_keyboard.png

      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

      1 Reply Last reply Reply Quote 0
      • First post
        Last post