cordova-plugin-qrscanner

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

MIT License

Downloads
2.8K
Stars
574
Committers
15
cordova-plugin-qrscanner - Latest Release

Published by bitjson over 6 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)
cordova-plugin-qrscanner - 2.4.0

Published by bitjson about 8 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)
cordova-plugin-qrscanner - 2.3.4

Published by bitjson about 8 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
cordova-plugin-qrscanner - 2.3.3

Published by bitjson about 8 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)
cordova-plugin-qrscanner - 2.3.2

Published by bitjson about 8 years ago

2.3.2 (2016-09-28)

Bug Fixes

  • library: rename UMD library file in dist (a4b385f)
cordova-plugin-qrscanner - 2.3.1

Published by bitjson about 8 years ago

2.3.1 (2016-09-28)

Bug Fixes

  • package: remove install script (b769bec)
cordova-plugin-qrscanner - 2.3.0

Published by bitjson about 8 years ago

2.3.0 (2016-09-28)

Features

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

Published by bitjson about 8 years ago

2.1.2 (2016-08-15)

Features

  • ios: Support iOS 10 beta (fa7ef5b)
cordova-plugin-qrscanner - 2.1.1

Published by bitjson about 8 years ago

2.1.1 (2016-08-12)

Bug Fixes

  • android: fixes the enableLight and disableLight methods (21add2f)
cordova-plugin-qrscanner - 2.1.0

Published by bitjson about 8 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)
cordova-plugin-qrscanner - 2.0.1

Published by bitjson about 8 years ago

all changes: v2.0.0...v2.0.1

Bug Fixes

  • js: added requred args param to cordova.exec calls (99050d6)
cordova-plugin-qrscanner - 2.0.0

Published by bitjson over 8 years ago

all changes: v1.1.0...v2.0.0

Bug Fixes

  • jshint: make jshint pass (2d95c10)

Features

  • browser: add browser to plugin.xml (ac91b82)
  • browser: initial release of browser platform (2288539)
  • ios: support older iPods (without a back camera) (f211f90)

Breaking Changes:

  • status.webviewBackgroundIsTransparent has been renamed to status.showing (0ab2a6d)
cordova-plugin-qrscanner -

Published by bitjson over 8 years ago

Adds support for WKWebView.

Package Rankings
Top 1.84% on Npmjs.org
Top 24.46% on Repo1.maven.org
Top 6.75% on Proxy.golang.org
Badges
Extracted from project README
npm npm Commitizen friendly
Related Projects