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. nniclas
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 1
    • Groups 0

    nniclas

    @nniclas

    1
    Reputation
    2
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nniclas Follow

    Best posts made by nniclas

    • RE: QDrawer - Set width based on breakpoint

      That will suffice for this case, I was not aware it was this easy to use conditionals in a view, thank you!

      posted in Framework
      N
      nniclas

    Latest posts made by nniclas

    • RE: QDrawer - Set width based on breakpoint

      That will suffice for this case, I was not aware it was this easy to use conditionals in a view, thank you!

      posted in Framework
      N
      nniclas
    • RE: QDrawer - Set width based on breakpoint

      @Allan-EN-GB so I thought, but actually not setting the :width will default the drawer to 300px regardless. (using v1.1.0)
      you are able to use :width="$q.screen.width for full screen width
      my issue is that it would be nice to set the width from a condition based on screen size

      @metalsadman thanks seems like a good pointer, I will look into this

      posted in Framework
      N
      nniclas
    • RE: QDrawer - Set width based on breakpoint

      As i understand it, :breakpoint defines from where mobile mode is active but is it possible to set full width in mobile mode only?

      posted in Framework
      N
      nniclas
    • QDrawer - Set width based on breakpoint

      Is there a way to set another width for small screens?
      My use case is I need a fixed width for desktop and 100% width (:width="$q.screen.width) for mobile.

      It seems this cannot be done with media queries?

      posted in Framework
      N
      nniclas