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 27
    • Groups 0

    Topics created by walfin

    • W

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

      1
      0
      Votes
      1
      Posts
      169
      Views

      No one has replied

    • W

      Nuxt
      Framework • • walfin

      4
      1
      Votes
      4
      Posts
      114
      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

      2
      0
      Votes
      2
      Posts
      709
      Views

      bekki

      Beginning from the coming weeks or months, Google Play is not going to support .APK files. We need to generate .AAB files. Does quasar has such kind of opportunity?

    • W

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

      3
      0
      Votes
      3
      Posts
      208
      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
      484
      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
      88
      Views

      No one has replied

    • W

      Sponsorship tiers - PayPal
      Hangout • • walfin

      3
      0
      Votes
      3
      Posts
      117
      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
      509
      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
      129
      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
      37
      Views

      No one has replied

    • W

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

      4
      0
      Votes
      4
      Posts
      221
      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
      133
      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
      122
      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
      57
      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
      66
      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
      225
      Views

      No one has replied

    • W

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

      4
      0
      Votes
      4
      Posts
      94
      Views

      dobbel

      @walfin

      correct.

    • W

      Anyone use LinkedIn Voyager API?
      Help • • walfin

      1
      0
      Votes
      1
      Posts
      110
      Views

      No one has replied

    • W

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

      2
      0
      Votes
      2
      Posts
      73
      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
      751
      Views

      dobbel

      @walfin

      thanks!