Closed scr2em closed 4 months ago
I cannot reproduce your problem (see video). I am therefore closing this issue.
@robingenz Yep, it was my fault. I thought there will always be.rawValue
but I was wrong. Now I'm always getting the barcode from converting the bytes array.
const barcode = barcodeScannedEvent.barcode.bytes.map((byte) => String.fromCharCode(byte)).join("");
in case someone had the same issue
Plugin(s)
Version
6.1.0
Platform(s)
Current behavior
It can't read this code while the old plugic could
Expected behavior
I migrated from @capacitor-community/barcode-scanner and expected it work the same
Reproduction
use your demo app
Steps to reproduce
Other information
No response
Capacitor doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0
Installed Dependencies:
@capacitor/cli: 6.0.0 @capacitor/core: 6.0.0 @capacitor/android: 6.0.0 @capacitor/ios: 6.0.0
[success] iOS looking great! 👌 [success] Android looking great! 👌
Before submitting