Skip to main content
2 votes
1 answer
114 views

Flutter Mobile Scanner shows black screen after scanning barcode I am using the mobile_scanner package in Flutter to scan barcodes. The scanner works correctly for detecting the barcode, but after ...
Hiranye Vithange's user avatar
2 votes
0 answers
69 views

I am trying to adapt the Vision Framework based scanner proposed by Luca Palmese. This scanner is scanning all barcodes detected in the camera field and optionally you can stop scanning after the ...
Simon W's user avatar
  • 164
0 votes
0 answers
69 views

Having some users of an expo application on iPhones unable to use scanning. Unfortunately I am unable to reproduce the issue locally so I am unsure how to go about debugging this. <CameraView ...
lathomas64's user avatar
  • 1,662
Tooling
0 votes
2 replies
94 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
513 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
1 vote
0 answers
73 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
254 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
325 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
75 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
89 views

useEffect(() => { if (isOpen && !isSaved) { let html5QrCode: Html5Qrcode | null = null; const startScanner = async () => { try { html5QrCode = ...
Shiva's user avatar
  • 11
0 votes
2 answers
317 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
  • 831
0 votes
0 answers
307 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
212 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
182 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
185 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

15 30 50 per page
1
2 3 4 5
169