Skip to main content
Tooling
0 votes
2 replies
43 views

Working on a project to scan the barcode on stickers using phone or tablet camera Coding - Angular 11 I tried using Zxing-scanner, it scans well when barcode are big enough, but fails for barcode on ...
Charmi's user avatar
  • 123
0 votes
1 answer
182 views

My team has developed a web application that uses the device's camera to decode QR codes and barcodes from labels. After the recent iOS 26 update, our application has completely stopped working on ...
Leonardo Marzochi's user avatar
0 votes
0 answers
62 views

I am working on an expo app barcode scanner app using expo-camera for scanning. Scanning works smoothly on Android and iPhones models < 12 but on newer iphone it doesn't scan. The view is a bit far ...
Umair Mushtaq's user avatar
1 vote
0 answers
142 views

I'm building a React/TypeScript web app (PWA-style) that includes a barcode scanner. The scanner uses the BarcodeDetector API if it's supported; otherwise, I fall back to @zxing/library. The issue: it ...
Eltomon's user avatar
  • 382
0 votes
1 answer
187 views

I'm developing a mobile app using Ionic 4 and was previously using the PhoneGap Barcode Scanner plugin from: https://github.com/phonegap/phonegap-plugin-barcodescanner The plugin worked perfectly on ...
Ashutosh Goyal's user avatar
0 votes
1 answer
56 views

I can't start my scanner from registerForActivityResult. It seems to me that the launcher launches too quickly when there is no surface view yet. I have tried setting permissions by hand remove ...
Stanisław Olszak's user avatar
1 vote
0 answers
62 views

useEffect(() => { if (isOpen && !isSaved) { let html5QrCode: Html5Qrcode | null = null; const startScanner = async () => { try { html5QrCode = ...
Shiva's user avatar
  • 11
0 votes
2 answers
183 views

I have been researching this for a while and it seems the industry standard is for QR/Barcode scanners to simply emulate a keyboard and type anything scanned in. There is a number of tricks like ...
Luk164's user avatar
  • 822
0 votes
0 answers
152 views

Hello and welcome everyone! We're currently using scanning devices at a fair to validate tickets.The tickets are distributed as .pkpass files and imported into various wallet apps such as Apple Wallet,...
Rezarak SL's user avatar
3 votes
0 answers
182 views

I'm working on a Compose Multiplatform app and I'm trying to integrate Google MLKit Barcode Scanner on the iOS side using CocoaPods. However, when building the project, I get this error: Failed to ...
uniqueapps's user avatar
2 votes
1 answer
153 views

I'm making an application on .net MAUI and I added the camera on a page that read barcodes and print the code as a text. As I wrote here, it works: public partial class ScansionaProdotto : ContentPage ...
DigioMatthy's user avatar
1 vote
0 answers
146 views

I'm building an app in React Native (using Expo) to scan barcodes and QR codes. Whenever a valid code appears in front of the camera, I want to place a small red dot on each corner of that code. ...
Marcelo_M's user avatar
0 votes
1 answer
178 views

I’m trying to implement a simple barcode scanner using ML Kit Analyzer together with LifecycleCameraController. The idea is to draw a bounding rectangle around a detected barcode directly on the ...
Michael Wolz's user avatar
0 votes
0 answers
70 views

I have recently upgraded my application from Xamarin Native to .NET iOS and .NET Android. I wanted to implement barcode scanning in my application so I started using the Zxing.Mobile for both iOS and ...
Manthan's user avatar
  • 3,914
0 votes
0 answers
105 views

I'm working with the Barcode Reader control in a Canvas App using the "Automatically Scan" feature. Sometimes, the scanner registers the same QR code twice, leading to unintended duplicate ...
user29821389's user avatar

15 30 50 per page
1
2 3 4 5
169