Same issue. @endielo have you managed to do this?
Latest posts made by DavidGo
-
RE: How to trigger the dialog onOk button ( jest unit test )
-
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?
-
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
-
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.
-
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
-
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)
-
RE: Adding 3rd party plugins to capacitor app
Never mind, BarcodeScanner plugin works without adding it to MainActivity.java
-
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.
-
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 -
RE: Apollo query for root routes on the first load
Yes, but I don’t understand why it’s happening:)