zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Barcode scanner library for Android, based on the ZXing decoder

Results 124 zxing-android-embedded issues
Sort by recently updated
recently updated
newest added

#### Description of the problem: Dear Zxing-Android-Embedded-Team, I'm using your QR-Code-Scanner to scan some QR-codes in some of our apps. If I use the QR-Code-Reader inside a fullscreen-view (without a...

#### Description of the problem: implementation 'com.journeyapps:zxing-android-embedded:4.3.0' Google pixel 4, 5, Android 12 ``` private val barcodeLauncher: ActivityResultLauncher = registerForActivityResult(ScanContract()) { result: ScanIntentResult -> } } barcodeLauncher.launch( ScanOptions() .setBeepEnabled(false) .addExtra(Intents.Scan.SCAN_TYPE,...

#### Not able to read QR codes that are colored and have a logo in between **Which library version are you using?** v4.3.0 **Which phone/tablet are you using, and which...

#### Description of the problem: When trying to scan in Samsung Galaxy S21+ device, either the scan data is incorrect or it does not scan at all. **Which library version...

#### Description of the problem: This app is for Attendance using barcode. I use firebase on this app. The app work as intended, i can scan the barcode and save...

implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false } implementation 'com.google.zxing:core:3.3.0' Here is the barcode I can't scan https://ibb.co/9ZYGvp8 This app can't scan it too https://play.google.com/store/apps/details?id=com.google.zxing.client.android&hl=en How can I scan this barcode?

#### Description of the problem: It is not possible to change the size of the status text Could you add some personalization like status text size and font choice? Thank...

Library version: 4.3.0 Which phone/tablet are you using, and which Android version does it run? MOTO G 5S, Android 8.1 In Brazil, the ITF format with 48 digits is widely...