Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Hamid
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Groups 0

    Hamid

    @Hamid

    0
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Hamid Follow

    Latest posts made by Hamid

    • RE: q-page shows under q-header

      @beets

      <template>
        <q-page class="q-pa-md">
          <q-header elevated class="bg-yellow">
            <q-toolbar>
              <q-btn flat round dense icon="arrow_back_ios" text-color="grey" class="q-mr-sm" @click="$router.go(-1)"/>
              <q-toolbar-title class="text-grey text-center text-bold">Options</q-toolbar-title>
              <q-btn flat round/>
            </q-toolbar>
          </q-header>
          <h6 class="text-bold text-grey">{{surah.name_simple}}</h6>
          <q-list bordered separator class="surah-list">
              <q-item clickable v-ripple @click="$router.push({ name: 'select-aya-from', params: { surah: surah } })">
                <q-item-section>
                  <q-item-label>Aya from</q-item-label>
                </q-item-section>
              </q-item>
              <q-item clickable v-ripple @click="$router.push({ name: 'select-aya-to', params: { surah: surah } })">
                <q-item-section>
                  <q-item-label>Aya to</q-item-label>
                </q-item-section>
              </q-item>
          </q-list>
        </q-page>
      </template>
      

      The q-header is inside the q-page.
      One thing to note is that it only happens if I’m using keep-alive on router-view and only when you navigate back to the page which has the q-header.
      The problem doesn’t occur on the first page load but if you navigate away and then back, you will see that they q-page is underneath q-header.

      Capture.JPG

      posted in Help
      H
      Hamid
    • RE: Application Error net:: ERR_CONNECTION_TIMED_OUT (http://169.254.80.80:8080/)

      @dobbel Hi, Sorry for the late replay.
      I have done everything you asked but I’m still not having any luck.

      I can’t open the app through my phone when SPA mode as well.

      I tried another phone but the same problem.

      posted in Help
      H
      Hamid
    • RE: q-page shows under q-header

      @qwedia Have you found a solution to this issue? I’m having the same problem.

      posted in Help
      H
      Hamid
    • RE: Application Error net:: ERR_CONNECTION_TIMED_OUT (http://169.254.80.80:8080/)

      @dobbel a26a4939-62ac-4ab0-9e95-5dd4669c36b5-image.png 5632dc43-8bf1-4ca5-ad7b-31172e4a27c0-image.png
      Still getting the same error.

      posted in Help
      H
      Hamid
    • RE: Application Error net:: ERR_CONNECTION_TIMED_OUT (http://169.254.80.80:8080/)

      @dobbel 91a85d8b-5a4d-4a72-9bc8-257cf0690cfd-image.png
      Screenshot_2020-12-19-15-08-59-906_com.android.settings (1).jpg
      I can ping it.

      posted in Help
      H
      Hamid
    • Application Error net:: ERR_CONNECTION_TIMED_OUT (http://169.254.80.80:8080/)

      I have been trying everything but I can’t seem to find a way to resolve this issue.
      I have turned off my firewall and also antivirus but not luck.

      29074938-2380-445a-86f9-33efed148aa1-image.png
      5a9a8b6b-f627-4967-8571-dd29cf498406-image.png
      1b6b975e-d74e-44c2-8389-e9cb64d698f2-image.png
      b9e18057-3cda-47b9-8639-7b464a9f3e3c-image.png

      posted in Help
      H
      Hamid