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. walfin
    3. Topics
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 59
    • Posts 218
    • Best 24
    • Groups 0

    Topics created by walfin

    • W

      When is Quasar 2 likely to come out of Beta?
      Hangout • • walfin

      1
      0
      Votes
      1
      Posts
      58
      Views

      No one has replied

    • W

      Nuxt
      Framework • • walfin

      4
      0
      Votes
      4
      Posts
      34
      Views

      s.molinari

      But, it’s a better idea to spawn two node apps, if you are running SSR and if you’re intending for your app to get any kind of traction.

      At any rate, you should be able to install Quasar via its Vue plug-in into Nuxt. But, then all you are getting is the component library. You are on your own, when it comes to code reuse across other platforms.

      Scott

    • W

      Possible to add a command to generate AAB instead of APK?
      CLI • • walfin

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • W

      Why is Stylus (and Stylus variables) deprecated?
      Framework • • walfin

      3
      0
      Votes
      3
      Posts
      47
      Views

      s.molinari

      Sass is much, much more popular in the frontend world and why it was chosen as the primary css parser.

      Scott

    • W

      Conditional compilation for index.template.html
      Help • • walfin

      3
      0
      Votes
      3
      Posts
      43
      Views

      W

      @dobbel Fantastic, it worked! I checked for htmlWebpackPlugin.options.ctx.mode.spa.

    • W

      Happy Niu Year!
      Hangout • • walfin

      1
      1
      Votes
      1
      Posts
      39
      Views

      No one has replied

    • W

      Sponsorship tiers - PayPal
      Hangout • • walfin

      3
      0
      Votes
      3
      Posts
      51
      Views

      rstoenescu

      Hi @walfin,

      Can you please contact me on Discord (rstoenescu#1511) or via email (razvan.stoenescu@gmail.com)?

      Thanks.

    • W

      Google Analytics 4 for SPA
      Help • • walfin

      6
      0
      Votes
      6
      Posts
      123
      Views

      W

      @dobbel OK I seem to have some results now. cordova-plugin-firebase-analytics for Cordova and Google Tag Manager + gtag.js for SPA. If anyone needs help with GA4, PM me.

    • W

      Use a Cordova plugin in electron build
      Help • • walfin

      4
      1
      Votes
      4
      Posts
      28
      Views

      dobbel

      @walfin

      Do you know if cordova-electron in quasar is production ready?

      No idea. But from what I read in the link you posted, it should be possible/work like described in that thread.

    • W

      Google ads in-app action tracking
      Help • • walfin

      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • W

      electron-builder snap not running
      Help • electron snap • • walfin

      4
      0
      Votes
      4
      Posts
      38
      Views

      W

      @dobbel Completely blank (if I type just <app name>). “which <app name>” works fine.

      If I type /snap/<app_name>/current/<app_name> it works perfectly.

      But I want it to run on Ubuntu. Most (if not all) snap store users are on Ubuntu.

      I think the snap is somehow creating the symlink wrongly.

    • W

      Sendall Messager: for bulk sending of personalised messages over social networks
      Show & Tell • • walfin

      3
      0
      Votes
      3
      Posts
      48
      Views

      W

      New Ad Free Mode released for Sendall Messager! Get rid of those pesky ads for only 1 Credit (less than S$0.01) per hour! Visit https://customautosys.com/sendall to check out the new version, proudly made with Quasar as always!

    • W

      electron-updater not working
      Help • • walfin

      3
      0
      Votes
      3
      Posts
      31
      Views

      W

      I solved it! I reverted the package.json and package-lock.json files and did an npm ci then npm install --save electron-updater again and it worked! Wonder what caused it to stop working in the first place.

    • W

      Keytar cannot be found in production
      Framework • • walfin

      2
      0
      Votes
      2
      Posts
      20
      Views

      W

      Found the answer, it needs to be installed using --save instead of --save-dev

    • W

      Electron tray icon using src-electron/icons
      Framework • • walfin

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • W

      Suggestion: forum user should get a notification for every new post in a thread they created posts in
      Help • • walfin

      1
      0
      Votes
      1
      Posts
      134
      Views

      No one has replied

    • W

      Navigation guard - tell how a route was arrived at
      Framework • • walfin

      4
      0
      Votes
      4
      Posts
      32
      Views

      dobbel

      @walfin

      correct.

    • W

      Anyone use LinkedIn Voyager API?
      Help • • walfin

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • W

      What Cordova plugin do you use for Android in-app purchases?
      Help • • walfin

      2
      0
      Votes
      2
      Posts
      29
      Views

      dobbel

      @walfin
      Here’s another thread about this:

      https://forum.quasar-framework.org/topic/6580/in-app-purchase-for-ios-and-android-example?_=1604258130797

    • W

      How to make q-table max-width 100%
      Framework • • walfin

      6
      0
      Votes
      6
      Posts
      107
      Views

      dobbel

      @walfin

      thanks!