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. Useful Tips (NEW)
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • s.molinari

      How to offer an input for only positive numbers without validation?
      faq-ui • • s.molinari

      15
      0
      Votes
      15
      Posts
      4654
      Views

      C

      @cwoodman Hi Scott, your codepen works well when using the arrows on the keyboard. Is your CSS trying to hide the little up and down arrow icons people can click on? They still appear for me and allow to go negative

    • patryckx

      Quasar e Apex Charts [Sample application]
      • patryckx

      16
      3
      Votes
      16
      Posts
      4044
      Views

      L

      hi patrick I learning from your examples to implements the apexcharts but in the new framework quasar 2.0.0 I couldnt install so I looking what is changing and in the end I found the new way so I want to pass the information for help others programers so in the file the boot “apex.js” not recognize “Vue” so the new way is this:
      file name apex.js
      <------------------------implement this code------------------------------------->
      import VueApexCharts from ‘vue3-apexcharts’

      export default ({ app }) => {
      app.component(‘apexchart’, VueApexCharts)
      }
      <----------------------------------end----------------------------------------------->
      and you need have install “vue3-apexcharts” if you use the normal mark error too so that is very important i forgot add the file boot in the quasar.config.js i waste to much time for remember i hope you can improve my informacion in your page for helping other programers i hope this info helping see you and thnx for you excelente page.

    • ahiguita

      How to use Firebase Messaging, Dynamic Links and Analytics with Quasar and Android 9
      • ahiguita

      3
      2
      Votes
      3
      Posts
      684
      Views

      J

      Can you share a code snippet where you used the Firebase Dynamic Links?

      Also, has anyone tried using these in a capacitor app? I can’t get it to work.

    • J

      This topic is deleted!
      • jonnywatson04

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • Pratik Patel

      Quasar ECharts Sample Application
      • Pratik Patel

      4
      3
      Votes
      4
      Posts
      1500
      Views

      Pratik Patel

      I have used the QResizeObserver and on resize method I use the chart reference and then called the resize method

      this.line_chart.resize();

    • Y

      Example of combining Laravel 8 and Quasar superpowers in separate repos
      example laravel7 quasar sanctum spa • • yolosan

      7
      1
      Votes
      7
      Posts
      3054
      Views

      A

      for me as well, 419 caused by a CSRF mismatch

    • s.molinari

      Interested in using GraphQL?
      • s.molinari

      15
      2
      Votes
      15
      Posts
      1254
      Views

      SB

      Good news! I’m curious about it.

    • S

      Tip: PurgeCSS works perfectly with Quasar
      • suleiman_as

      4
      2
      Votes
      4
      Posts
      431
      Views

      dobbel

      @suleiman_as

      I would just add it to the safelist.

      Yes that works. Not ideal but finally some reduced css size for Quasar apps. Good work!

    • B

      This topic is deleted!
      • bellasmith

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • B

      This topic is deleted!
      • bellasmith

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • mayank091193

      Quasar App Extension QWidgets
      • mayank091193

      2
      5
      Votes
      2
      Posts
      312
      Views

      dobbel

      @mayank091193
      Very nice!

      Feedback: make more!

    • U

      Latest Capacitor + AndroidX and cordova AdMob working with quasar.
      • Uneasy

      10
      3
      Votes
      10
      Posts
      1829
      Views

      Z

      there is no:
      Now navigate to src-capacitor\android\capacitor-cordova-android-plugins\src\main\java\name\ratson\cordova\admob\AdMob.java file
      and also there are none code line in my AndroidManifest.xml: <meta-data android:name=“com.google.android.gms.ads.APPLICATION_ID” android:value="$ADMOB_APP_ID"/>
      where must i put this code ? if you make a video tutorial it would be very useful

    • Pratik Patel

      Quasar Gaming Template
      • Pratik Patel

      3
      2
      Votes
      3
      Posts
      437
      Views

      robertvincent

      Wow this one is really nice, & color combination is extra ordinary, good job man. Keep it up.

    • R

      Tip : Navigation links to External Urls
      • rab

      2
      0
      Votes
      2
      Posts
      301
      Views

      beets

      Useful tip, you could also do something like this:

      // generate nav links as a list of q-items <q-list> <q-item v-for="(item,id) in items" :key="id" exact tag="a" v-bind="item"> <q-item-section> <q-item-label> {{ item.label }} </q-item-label> </q-item-section> </q-item> </q-list>

      And bind all attributes to the item. Binding unused attributes like label usually isn’t a problem, if you wanted could also do:

      // the data data () { return { items: [ { label: 'One', attrs: { to: '/one' } }, { label: 'Two', attrs: { to: '/two' } }, { label: 'Bing', attrs: { href: 'http://bing.com', target: '_blank' } } ] }}

      And v-bind="item.attrs"

    • patryckx

      Investment account dashboard
      • patryckx

      4
      2
      Votes
      4
      Posts
      309
      Views

      patryckx

      @metalsadman thanks for the feedback

    • PeterQF

      Left Plesk for something great regarding hosting
      • PeterQF

      1
      1
      Votes
      1
      Posts
      173
      Views

      No one has replied

    • A

      quasar configured for scss, error on build
      build • • asonis

      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • Pratik Patel

      Updated Quasar Admin Template
      • Pratik Patel

      8
      3
      Votes
      8
      Posts
      884
      Views

      P

      Very cool

    • ssuess

      Web worker setup that (mostly) works
      • ssuess

      3
      5
      Votes
      3
      Posts
      631
      Views

      P

      Good work .

    • beets

      Disabling import strategy
      • beets

      3
      1
      Votes
      3
      Posts
      704
      Views

      beets

      And for visual people, here’s a before / after of webpack analyze:

      webpack