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
    • O

      capacitor build
      • olivierph

      4
      0
      Votes
      4
      Posts
      25
      Views

      O

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

    • M

      This topic is deleted!
      • mathewwilliams

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • J

      How to show Hour & Minute of QTime in Same Page
      • jmriyaz84

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • N

      A css file with all the quasar helper classes?
      • ncamaa

      2
      0
      Votes
      2
      Posts
      13
      Views

      L

      Helper classes are in “node_modules/quasar/dist/quasar.css”

    • M

      [SOLVED] Access Vuex store in router.js
      • maxxiris

      10
      0
      Votes
      10
      Posts
      2401
      Views

      W

      @Zol This was extremely helpful. Thank you!

    • N

      SVG convertor to import as icon
      • ncamaa

      10
      0
      Votes
      10
      Posts
      57
      Views

      L

      @ncamaa I don’t know the svg specification very well, right now it supports the style and transforms tag. I’ll implement separated style properties later. If you find it doesn’t work for a particular icon, let me have it so I can figure out where I got it wrong.

    • ssuess

      [SOLVED] @babel/types 7.13.12 makes everything go kablooey?
      • ssuess

      3
      0
      Votes
      3
      Posts
      21
      Views

      ssuess

      Ok I think I found why this was happening. I apparently had a separately installed copy of vue-loader, which contained the update. Uninstalling that separate install (it was not needed) solves the problem.

    • S

      Cordova Mobile Apps: Signed Builds and Env File
      • susansiow

      3
      0
      Votes
      3
      Posts
      26
      Views

      S

      @s-molinari Yes, I agree, backend API and client’s app should be separated, thanks for sharing your thoughts!

    • ssuess

      [Solved] PWA force refresh when new version released?
      • ssuess

      55
      3
      Votes
      55
      Posts
      29701
      Views

      ssuess

      @zeppelinexpress when you build your project (for a PWA) there will be new cache signatures, which a PWA should read and then force an update. However, as mentioned above this is inconsistent across platforms and I have found it necessary to make my app check a version string that I set on the server and call the update mechanisms at that point which works everywhere. See the code examples above for what I use to make this work.

    • V

      q-tree is not returning all ticked values
      • VasuKuncham

      3
      0
      Votes
      3
      Posts
      106
      Views

      P

      Hi, @VasuKuncham I like your solution in your pen. How can you use the same code in a single file component?

    • S

      JWT Cookies or Local Storage for Mobile Apps
      • susansiow

      10
      0
      Votes
      10
      Posts
      48
      Views

      S

      @metalsadman Noted, it means local storage is still the best choice in this case, thank you!

      My backend API is constructed, I wonder if you can share your thoughts on my queries - https://forum.quasar-framework.org/topic/8081/cordova-mobile-apps-signed-builds-and-env-file , is it advised to break the app into two parts (backend API and frontend Cordova app) or is it fine to include both into a Cordova’s signed build? My concern is the .env file (with backend/db credentials).

      Thanking you in advance!

    • S

      API Call does not work in ios Mobile App version
      • Siddharth

      11
      0
      Votes
      11
      Posts
      84
      Views

      F

      I am having the exact same issue today and unfortunately introducing an integration platform like Mulesoft is not an option. I posted in the capacitor Discord channel today and it’s been crickets.

    • C

      Automate continuous deployment
      • Charlotte

      2
      0
      Votes
      2
      Posts
      26
      Views

      R

      yes i think this is possible, do check out this link https://dev.to/codeguru_io/how-to-create-continuous-deployment-pipeline-for-quasar-app-in-under-5-minutes-using-aws-amplify-1ohi
      If this framework is not suitable for your deployment, try other frameworks like the Akka framework. just putting it out there. you can ignore it if you think otherwise

    • M

      This topic is deleted!
      • murilolivorato

      2
      0
      Votes
      2
      Posts
      1
      Views
    • M

      google maps CDN is not working
      • murilolivorato

      3
      0
      Votes
      3
      Posts
      16
      Views

      M

      thanks @dobbel

    • J

      Change layout width
      • jhon

      8
      0
      Votes
      8
      Posts
      54
      Views

      J

      Muchas gracias…

    • A

      Quasar v2 Meta plugin reactive meta props
      • adi_dragomir

      1
      0
      Votes
      1
      Posts
      21
      Views

      No one has replied

    • S

      JWE Guidance
      • susansiow

      3
      0
      Votes
      3
      Posts
      30
      Views

      S

      @s-molinari Thanks Scott! 😁

    • J

      Q-BTN click. How to retrive properties in js?
      • JJ

      13
      0
      Votes
      13
      Posts
      59
      Views

      s.molinari

      Hihi… learned something new with this. Vue adds the component instance to an array element in a v-for with refs. So, you have to access the first element of the array to get the underlying component internals. Yet, if you set a ref outside a v-for loop, the instance is directly on the named element of the $refs array. Hmm…

      Getting back to your challenge… name isn’t a QBtn property. If you add it additionally, it’s an attribute. Check my codepen now, if that is what you are looking for.

      https://codepen.io/smolinari/pen/YzpoBdR?editors=1010

      If not, I’d tend to believe you are trying to accomplish something that is not standard practice with Vue. If you’d explain your use case better, we might be able to help you find the right path to a better solution.

      Scott

    • J

      QSELECT dynamic model
      • JJ

      4
      0
      Votes
      4
      Posts
      48
      Views

      dobbel

      @jj

      If you want better support please create a working codepen.io that demo’s your problem.