Filippo Tortomasi

Results 152 issues of Filippo Tortomasi

```typescript // Detect unsynced scan sessions let affectedIndexes = []; for (let i = 0; i < this.scanSessions.length; i++) { const scanSession = this.scanSessions[i]; const containsUnsynced = scanSession.scannings.findIndex(x => x.ack...

enhancement

> ITMS-90809: Deprecated API Usage - App updates that use UIWebView will no longer be accepted as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more...

iOS
todo

- Add a SCAN button inside the camera view - Change button style, add overlays, etc. - Customizable framingRect https://github.com/zxing/zxing/blob/b1c85db64e0ef13e7d8a4c9de32bd94c76eea5d8/android/src/com/google/zxing/client/android/camera/CameraManager.java#L53

enhancement

![Screenshot_20201113-140103_Barcode to PC](https://user-images.githubusercontent.com/5663423/99119958-5bf88f00-25fa-11eb-8878-2267dd491731.jpg)

bug

**Android** To avoid adding the VIBRATION permission on the AndroidManifest, it has been implemented as "haptic feedback", see: https://github.com/fttx/phonegap-plugin-barcodescanner/blob/43badf796aa7f121ce2b9fe36174f3ee17786c35/src/android/com/phonegap/plugins/barcodescanner/BarcodeScanner.java#L385 **iOS** zxing already has an option to enable the vibration, but...

iOS

> When using offline mode, it reconnects without warning and uploads the codes to the server. It is a problem when working with multiple terminals. We solve it by disabling...

bug

> When typing many identical codes, it shows a loop warning, but you cannot see the warning until you exit the scan. Therefore, not all scanned codes were loaded.

bug

> Suggestion: it would be practical for me to be able to mark with different colors the background or the line of the scanned codes in the cellphone, to identify...

feature