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. Framework
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • J

      Github build & deploy workflow
      • joppehoekstra

      2
      0
      Votes
      2
      Posts
      699
      Views

      M

      conseguiu resolver seu problema?

    • B

      Hide qinput arrows when type=number
      • bfreed

      4
      1
      Votes
      4
      Posts
      2376
      Views

      bjbk

      Just a note: Be sure the style is not scoped to your component.
      In Electron this works:

      <style> input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } </style>

      But, <style scoped>…</style> doesn’t.

      Scoping the style appears to work in browsers, but failed for me in Electron.

    • T

      ACCESSIBILITY - Web Content Accessibility Guidelines (WCAG)
      • ted

      12
      0
      Votes
      12
      Posts
      1375
      Views

      dobbel

      @dsl101

      I agree, you could create feature request in github:
      https://github.com/quasarframework/quasar/issues

      or open a new discussion about it on the new forum( this forum is dead):
      https://github.com/quasarframework/quasar/discussions

    • ssuess

      [SOLVED] Chrome (but not FF nor Safari) randomly fails PWA update
      • ssuess

      43
      0
      Votes
      43
      Posts
      3618
      Views

      dobbel

      @tlloyduk

      I would ask this on the new forum where the Quasar team now gives support.

      https://github.com/quasarframework/quasar/discussions

    • G

      How to change the width of drawer on miniState
      • gg

      3
      0
      Votes
      3
      Posts
      571
      Views

      G

      @gg mini-width

      Check style section of QDrawerAPI

      <q-drawer
      :mini-width=“100px”
      …

    • A

      Error when using Vuex 4 getters in Quasar V2
      • Ammamon

      2
      2
      Votes
      2
      Posts
      498
      Views

      A

      However, without typescript, it is working.

    • R

      This topic is deleted!
      • Robertson

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • R

      This topic is deleted!
      • Robertson

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Thoughts for building a mobile app that has some UI and flow differences than the browser version
      • saifobeidat

      2
      2
      Votes
      2
      Posts
      151
      Views

      dobbel

      @saifobeidat

      Is this even a valid approach and doable using the platform detectors, or it’s preferred to go with a separate project to serve the mobile app?

      Yes it’s very doable with platform/mode detectors in a single project.

      Here’s a repo/project/product(enFocus) that has a different ui/flow based on if you are on mobile or electron.
      It is using different techniques to archive this( for example using functional components and different routes depending on what mode quasar is running).

      https://github.com/vycoder/qodo

    • R

      How to handle QDate click event if date is already selected
      • rizwan-ijaz

      1
      0
      Votes
      1
      Posts
      229
      Views

      No one has replied

    • P

      Boot files in Quasar 2 without using quasar cli flavor
      • partofthething

      2
      0
      Votes
      2
      Posts
      1296
      Views

      dobbel

      @partofthething

      No don’t think so.

    • R

      PurgeCSS
      • rmjersey

      11
      2
      Votes
      11
      Posts
      1412
      Views

      Hawkeye64

      The webpack terser plugin does the reduction, but after compilation

    • georgehenry

      This topic is deleted!
      • georgehenry

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • P

      This topic is deleted!
      • patrikajones

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • S

      Electron Splash Screen?
      • socrates3142

      2
      0
      Votes
      2
      Posts
      973
      Views

      dobbel

      @socrates3142 said in Electron Splash Screen?:

      splash screen

      You could look at this:
      https://stackoverflow.com/questions/39126429/electron-splashscreen-on-startup-application
      https://github.com/trodi/electron-splashscreen
      https://github.com/bkniffler/electron-splashscreen

    • R

      Error with TypeScript in Quasar
      • rainer9202

      2
      0
      Votes
      2
      Posts
      169
      Views

      dobbel

      @rainer9202

      Did you upgrade any deps , local or global related to quasar?

    • S

      How to have a complete list of half-stars in Rating (1,1.5,2,2.5, etc)
      • Suo

      5
      0
      Votes
      5
      Posts
      181
      Views

      S

      Np - Thanks Henrique!

    • M

      This topic is deleted!
      • Massi

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • S

      Support for Human Readable Date?
      • socrates3142

      1
      0
      Votes
      1
      Posts
      165
      Views

      No one has replied

    • O

      capacitor build
      • olivierph

      4
      0
      Votes
      4
      Posts
      699
      Views

      O

      forget to say. there was jconfig.json file missing with compilerOptions