Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. walfin
    3. Posts
    W
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by walfin

    • RE: Sendall Messager: for bulk sending of personalised messages over social networks

      Got my first 5-star review from Bineta Dieme at https://play.google.com/store/apps/details?id=com.customautosys.sendall!

      posted in Show & Tell
      W
      walfin
    • electron-builder snap not running

      Hi, I have built my app using electron-builder. However, the snap generated does not run on linux when clicking on the installed app icon or running the command <app name> on the command line. However, if I manually run /snap/<app_name>/current/<app_name>, the app is able to run.

      I have filed a GitHub issue, to no avail: https://github.com/electron-userland/electron-builder/issues/5067

      Anyone else encountering this and have any idea how to fix it? I would really like to submit my snaps to the Snap Store but with things in this state I can’t submit an app which can’t even start.

      posted in Help
      W
      walfin
    • Sendall Messager: for bulk sending of personalised messages over social networks

      Quasarians young and old, my new Quasar app, Sendall Messager, has just been released!

      tl;dr? Visit https://customautosys.com/sendall to download Sendall Messager now!

      It’s a mass personalised message sending app for social networks! Currently, it supports LinkedIn and Twitter.

      Tired of sending messages to your contacts one by one in LinkedIn and Twitter?

      Well, get my app and send multiple direct messages at the same time across both social networks!

      It can automatically insert the name of the recipient, among other things, for you, to give a personalised touch to your messages.

      It can be used for Christmas greetings, New Year greetings, company announcements and more.

      Warning: do NOT abuse it to spam others, as it may result in the banning of your LinkedIn or Twitter account. Do not send to too many people at once and make sure you send messages only to people who agree to receive your messages.

      That said, I’m sure you’ll enjoy giving it a try!

      Hurry, visit https://customautosys.com/sendall to download Sendall Messager now!

      Sendall Messager Icon
      Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

      posted in Show & Tell
      W
      walfin
    • RE: electron-updater not working

      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.

      posted in Help
      W
      walfin
    • RE: Quasar Vs Ionic 5 in 2020

      @daveshirman

      • Page transition animations
        Comes out of the box in Quasar, not sure about Ionic
      • Easy of customising CSS
        In Quasar you have SASS, SCSS and Stylus variables.
      • Ease of making a production build on iOS and Android
        I’ve only ever done Android. It works seamlessly.
      • Compatibility with Cordova/Capacitor
        Fully compatible but I think for Capacitor Ionic may have an edge since they wrote Capacitor after all.
      • General feel of the app Vs native
        Perfect for Android (material design), but Quasar got rid of its iOS mode so you have to configure the UI elements manually. I hope they bring it back.
      • Job opportunities
        Here’s where we lose out, I guess. But we have the jobs board on this forum and the jobs channel on Discord.
      • Tooling stability
        There was a major shift from CLI v1 to v2 which resulted in many changes having to be made and there’s no automated migration tool (yet). However, if you’re starting out fresh you’ll start with CLI v2.
      • Real apps I can check out.
        Check out my apps at https://customautosys.com/covidgame and https://customautosys.com/ketoshare.
      posted in Framework
      W
      walfin
    • RE: electron-updater not working

      Funny thing is, another app uses the same code but with @quasar/app 1+ and it works.

      I’ve downgraded terser & terser-webpack-plugin, to no avail.

      electron-main.js from Terser
      Invalid assignment [electron-main.js:6882,8]
      at ee (/Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:19541)
      at c (/Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:28031)
      at ze (/Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:50575)
      at qe (/Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:50656)
      at T (/Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:33927)
      at /Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:29324
      at /Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:28763
      at N (/Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:38290)
      at /Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:30375
      at /Users/User/Documents/sendall/node_modules/@quasar/app/node_modules/terser-webpack-plugin/node_modules/terser/dist/bundle.min.js:1:28763

      posted in Help
      W
      walfin
    • electron-updater not working

      I got a very weird error, Invalid Assignment in terser. When I remove electron-updater, my app can build again.

      posted in Help
      W
      walfin
    • RE: Keytar cannot be found in production

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

      posted in Framework
      W
      walfin
    • Keytar cannot be found in production

      My electron app works with keytar in development. However, in production, I am getting an error, “Error: Cannot find module ‘keytar’” when calling window.require(‘keytar’). How can I ensure that keytar is bundled in production? I’ve tried using “import ‘keytar’” to get webpack to bundle it, but it didn’t work.

      posted in Framework
      W
      walfin
    • RE: Quasar Vs Ionic 5 in 2020

      Ionic Vue is very new and not as mature as quasar.

      Quasar also supports more platforms, e.g. BEX.

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

      Hi, is there any way to access the icons in src-electron/icons at runtime so that I can use them as electron tray icons?

      Currently I am copying them to public which works (after resolving the path) but I don’t like the unnecessary duplication.

      posted in Framework
      W
      walfin
    • RE: Electron not working

      Noticed that this is a bug, fixed in https://github.com/quasarframework/quasar/issues/7928

      posted in Help
      W
      walfin
    • RE: In app purchase for iOS and Android Example?

      Now I can list my products but no matter what I click I get “The item you were attempting to purchase could not be found”. I have checked the product IDs and they match what I keyed into Google Play (it has to otherwise the product information can’t even be refreshed). Anyone else knows how to fix this error? I’m using cordova-plugin-purchase.

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

      Hi, I think it would be good if we get a forum notification everytime someone posts in a thread we created. I think currently we only get the notification if the person mentions your username or clicks “reply” or “quote”. Sometimes others may post a response to the original poster’s question but may have omitted to click reply or quote or type @username in the response.

      posted in Help
      W
      walfin
    • RE: Navigation guard - tell how a route was arrived at

      @dobbel But that means I can’t just use the “to” attribute for list items, I have to manually create handlers for each menu item which calls this.$store.commit(…) and then this.$router.push(…), is that right?

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

      Hi, does anyone know if there’s a way to distinguish in beforeRouteUpdate between a route which was arrived at through a router-link (or router.push) and a router.back (or hitting the android back button)?

      posted in Framework
      W
      walfin
    • RE: In app purchase for iOS and Android Example?

      @numerouno Hi I’m using cordova-plugin-purchase and keep getting “invalid” returned whenever I refresh my products. Which plugin are you using?

      posted in Framework
      W
      walfin
    • RE: Suggestion for new project - quasar WYSIWYG designer

      @sevenq42 Wow! I’ll be sure to check your project out.

      posted in Hangout
      W
      walfin
    • Anyone use LinkedIn Voyager API?

      I’m trying to use it in my new app and I’m having some difficulty pulling the user’s first degree connections.

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

      I’m trying to use cordova-plugin-purchase but am stuck as I can’t seem to get it working (all my products are reflected as invalid).

      posted in Help
      W
      walfin