Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. amoss
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    amoss

    @amoss

    -1
    Reputation
    173
    Posts
    52
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    amoss Follow

    Best posts made by amoss

    • RE: prevent pull-to-refresh behavior in mobile Chrome

      The following will prevents the refresh

      html,
      body {
      overscroll-behavior-y: contain;
      }

      posted in Help
      A
      amoss
    • RE: open a menu/list outside of the drawer

      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!

      posted in Framework
      A
      amoss

    Latest posts made by amoss

    • RE: Dark mode

      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.

      posted in Framework
      A
      amoss
    • Dark mode

      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

      posted in Framework
      A
      amoss
    • RE: In app purchase for iOS and Android Example?

      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

      posted in Framework
      A
      amoss
    • RE: qInput on mobile and softkeyboard

      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)

      posted in Framework
      A
      amoss
    • 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.

      posted in Framework
      A
      amoss
    • RE: Persistence for Electron/Cordova?

      Well, it works perfectly, I always thought that in electron/cordova mode, the browser starts from scratch every time.
      Thanks a lot!!

      posted in Framework
      A
      amoss
    • RE: Persistence for Electron/Cordova?

      Thanks a lot, I will give it a try.

      posted in Framework
      A
      amoss