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
    1. Home
    2. Tags
    3. drawer
    Log in to post
    • W

      How to remove the left area of a QLayout?
      Help • drawer layout • • wpq

      17
      0
      Votes
      17
      Posts
      750
      Views

      W

      @dobbel : yes, thanks. I actually restarted from the bootstrapped skeleton keeping the structure. It will help in future apps to be consistent.

    • H

      Programatically populated nested levels drawer
      Framework • drawer nested • • H25E

      7
      0
      Votes
      7
      Posts
      641
      Views

      s.molinari

      The docs site is a Quasar app. Just run yarn inside the docs folder and then run quasar dev. 🙂

      Scott

    • J

      Close drawer swiping on the drawer itself
      Help • drawer • • jvmonjo

      5
      0
      Votes
      5
      Posts
      525
      Views

      rstoenescu

      Reference: https://github.com/quasarframework/quasar/issues/4033

      This was by design for v1, but re-analyzed and it can be added back and connected with the no-swipe-close Boolean prop (which was doing nothing; bug!).
      Extract from addition to docs:

      By default, QDrawer has touch actions attached to it. If this interferes with your drawer content components, disable it by specifying the Boolean no-swipe-close property.

      This will be available in Quasar 1.0.0-beta.21

    • J

      Too difficult to open the Drawer with swipe
      Framework • drawer swipe • • jvmonjo

      4
      0
      Votes
      4
      Posts
      1282
      Views

      J

      Amazing. Thank you guys

    • tsega

      How to open a Drawer from a Toolbar?
      Help • drawer • • tsega

      2
      0
      Votes
      2
      Posts
      1818
      Views

      tsega

      This is very strange but it seems like restarting my dev server did the trick!