Files
archived-plugins-workspace/.changes/barcode-scanner-ios-thread.md
Lucas Fernandes Nogueira b60dd88702 fix(barcode-scanner): start capture session on a separate thread (#3223)
fixes the given warning:

Thread Performance Checker: -[AVCaptureSession startRunning] should be called from background thread. Calling it on the main thread can lead to UI unresponsiveness

which might cause a UI freeze
2026-01-19 13:16:16 -03:00

7 lines
141 B
Markdown

---
barcode-scanner: patch
barcode-scanner-js: patch
---
On iOS, start the scanning session on a separate thread to fix performance issues.