This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Releases: phonegap/phonegap-plugin-barcodescanner
Releases · phonegap/phonegap-plugin-barcodescanner
v8.0.1
v8.0.0
Release v8.0.0
v7.1.2
Release v7.1.2
v7.1.1
Bump version
v7.1.0
7.1.0
6.0.5
bump
6.0.4
bump
6.0.3
bump to 6.0.3
6.0.1
6.0.0
- [Windows] Cleanup camera on app suspension
Save/restore scanning state on suspend/resume - Prevent multiple calls to scanner
Scanner freezes in IOS if multiple calls to the barcode scanner are made at the same time - [Windows] Focus fails on multiple taps
- send callbacks on dismissViewControllerAnimated completion
Changed barcodeScanDone method to use a block, so it sends the
callbacks to the javascript side when the barcode scanner view
controller has been completely dismissed.
It was causing problems with the dialogs plugin if you used a dialog on
the success or error callback - Retargeted WinRTBarcodeReader component, deprecated windows8 platform support
This avoids 8.1 projects build error in VS: MSB3030 Could not copy the file WinRTBarcodeReader.winmd because it was not found - Adds a windows pre compile/run hook to ensure an arch is specified
Check that an actual architecture is specified for Windows 10 compile/run to avoid a runtime error