Tamás Petró
Tamás Petró
With the auto mode, my postal code (2 letter, 9 digits, 2 letter) generated as B(3)-C(8)-A(2) coding. I need B(3)-C(8)-**B**(2) format, so I tried: ``` JsBarcode('#svg-barcode') .options(barcodeConfig) .CODE128B(code.substr(0, 3), {})...
Hi Folks, is there any working example how to use pbf files offline? I have an ionic/cordova app, I would like to use offline vector maps (load openmaptiles pbf files...
### Check that this is really a bug - [X] I confirm ### Reproduction link https://codesandbox.io/p/sandbox/swiper-virtual-slides-forked-j35hf8?file=%2Findex.html%3A75%2C1 ### Bug description Please check my sample code: I have 10 slides and 10...
When I run `npx trapeze run trapeze.config.yaml`, I get this error: ``` [warn] Skipping ios.bundleId (Target 'App' not found in project) run ios version [warn] Skipping ios.version (Target 'App' not...
### Observed behavior _Include logs with `store.verbosity = store.DEBUG`_ ### Expected behavior ### System Info I use Capacitor 5.0.4 with Ionic 7.0.9 ### Description I have a working implementation with...
I got the following error on iOS simulator: ``` CapacitorBackgroundRunner/BackgroundRunner.swift:160: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value ``` The problematic code is this: ``` returnObj.toDictionary().forEach {...