Cordova Plugin Qrscanner Versions Save

A fast, energy efficient, highly-configurable QR code scanner for Cordova apps and the browser.

2.6.0

5 years ago

2.6.0 (2018-05-17)

Bug Fixes

  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
  • ios,android: set background to transparent rather than white (c9531b8), closes #135
  • package: add main property to package (955e375), closes #83
  • package: Use upstream swift support plugin (211597c)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: target windows 10 universal (691cdda)

2.4.0

7 years ago

2.4.0 (2016-10-06)

How to Upgrade

If you installed a previous version of this plugin and manually added a block like the following to your config.xml:

<platform name="ios">
    <hook type="before_build" src="plugins/cordova-plugin-qrscanner/scripts/swift-support.js" />
    <config-file target="*-Info.plist" parent="NSCameraUsageDescription">
      <string>The camera is used to scan QR codes.</string>
    </config-file>
</platform>

you can simply delete the whole thing, it is no longer necessary. The iOS platform now installs itself completely, and no additional configuration is needed.

Features

  • ios: remove need for the swift-support hook, remove script (dca1f7e)

2.3.4

7 years ago

2.3.4 (2016-10-01)

Bug Fixes

  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12

2.3.3

7 years ago

2.3.3 (2016-09-29)

Bug Fixes

  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • library: fixes an issue with optional callbacks being required (99dc348)

2.3.2

7 years ago

2.3.2 (2016-09-28)

Bug Fixes

  • library: rename UMD library file in dist (a4b385f)

2.3.1

7 years ago

2.3.1 (2016-09-28)

Bug Fixes

  • package: remove install script (b769bec)

2.3.0

7 years ago

2.3.0 (2016-09-28)

Features

  • all: Add build process, release browser platform as a UMD library (052b8d3), closes #30

2.2.0

7 years ago

2.1.2 (2016-08-15)

Features

  • ios: Support iOS 10 beta (fa7ef5b)

2.1.1

7 years ago

2.1.1 (2016-08-12)

Bug Fixes

  • android: fixes the enableLight and disableLight methods (21add2f)

2.1.0

7 years ago

2.1.0 (2016-08-05)

Bug Fixes

  • all: added required parameters to certain cordova.exec functions (69fe4e6)

Features

  • android: add QRScanner class and majority of its methods (7e589ef)
  • android: android platform release preparation (2d60614)
  • android: complete initial android release (4afa02e)