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. DavidGo
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 16
    • Best 0
    • Groups 0

    DavidGo

    @DavidGo

    0
    Reputation
    1
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Lviv, Ukraine

    DavidGo Follow

    Latest posts made by DavidGo

    • RE: How to trigger the dialog onOk button ( jest unit test )

      Same issue. @endielo have you managed to do this?

      posted in Help
      D
      DavidGo
    • RE: How to unit test a bootfile with Jest?

      I also want to test my router guards. @Ceriel have you figured out how to do this?

      posted in Help
      D
      DavidGo
    • RE: How to configure Capacitor camera from Quasar File Picker

      Yeah, that’s the option. Although I hoped to have some tool integrated into Capacitor and Quasar, so it would behave more natively. Thank you for the effort, @dobbel

      posted in Help
      D
      DavidGo
    • How to configure Capacitor camera from Quasar File Picker

      I’m using the Quasar File Picker component and I’d like to give the user the possibility to crop the uploaded picture. I can see that there is an option in the Capacitor Camera plugin allowEditing for that purpose. Is there a way to set this configuration through the Quasar File Picker?

      Also is there a way to provide crop size to Camer Plugin? For example, I’d like to have a squared picture.

      posted in Help
      D
      DavidGo
    • RE: Apollo query for root routes on the first load

      I tested it with other queries, and it has the same result. Yes, page was working fine. And it works fine for web, but when you install it to device (I’ve tried Cordova and Capacitor) on the first launch app has this isuue. If you reopen it - everything is fine

      posted in Help
      D
      DavidGo
    • RE: Capacitor QR scanner

      I’ve figured it out. phonegap-plugin-barcodescanner works with capacitor, you need to call cordova.plugins in your vue component (not really obvious though)

      posted in Help
      D
      DavidGo
    • RE: Adding 3rd party plugins to capacitor app

      Never mind, BarcodeScanner plugin works without adding it to MainActivity.java

      posted in Framework
      D
      DavidGo
    • Capacitor QR scanner

      Is there a qr scanner plugin compatible with Quasar and Capacitor? I’m trying to use phonegap-plugin-barcodescanner, but cannot make it work.

      posted in Help
      D
      DavidGo
    • RE: Adding 3rd party plugins to capacitor app

      I’m following those steps, but having an error:
      error: cannot access CordovaPlugin add(BarcodeScanner.class);
      class file for org.apache.cordova.CordovaPlugin not found

      posted in Framework
      D
      DavidGo
    • RE: Apollo query for root routes on the first load

      Yes, but I don’t understand why it’s happening:)

      posted in Help
      D
      DavidGo