Give us feedback
barcode-plugin
Mobile icon

Barcode Plugin

Supported
Stable version 5.1.5 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 6 Mar by 
4.1
 (34 ratings)
barcode-plugin

Barcode Plugin

Details
Scan barcodes and QR codes using this plugin for mobile apps
Read more

Designed for mobile apps, this plugin enables an app to scan 1D and 2D barcodes (such as QR codes, Data Matrix, and Aztec codes). See the complete list of encoding types below.

 

How to use this plugin?

Create your own logic

Use the ScanBarcode client action to open the camera and start the scanning session. If a 1D or 2D barcode is scanned successfully, the result will be available in the output parameter ScanResult. The usage of the front or back camera can be defined by setting a CameraDirection parameter to either “front” or “back” in the Settings parameter. You can also enable or disable the flash and add a scan button to the native side for additional control of the scanning event.

 

Use Accelerators

You can implement the ScanCode block included in the plugin to accelerate development. Drag and drop it onto the screen, define a handler action, and assign its output parameter to a local variable.


You can learn more about using the Barcode Plugin.


Supported encoding types

This plugin allows you to read both 1D and 2D barcodes. This is the full list of encoding types supported:

  • UPC-A

  • UPC-E

  • EAN-8

  • EAN-13

  • ISBN-10

  • ISBN-13

  • ISBN-13 Dual Barcode

  • Code 39

  • Code 93

  • Code 128

  • GS1 DataBar

  • ITF-14

  • Codabar

  • QR Code *

  • PDF 417

  • Data Matrix

  • Aztec Code


Barcode Demo App

Use the dropdown on the Download button at the top of the page to test our demo app called BarcodeDemoApp. You’ll be able to see an example of how the current version of the Barcode Plugin is implemented, and access a menu where you can change and try out different settings.


Compatibility with MABS Versions

Compatible with MABS 6.3, 7.0, 7.1, 7.2 and 8.0.

Starting on version 4.1.0 the plugin is compatible for all MABS versions. 


Otherwise follow the rules:

Using MABS >= 5.0: use plugin version >= 4.0.0

Use this version when generating mobile apps for Android P. Version with support library 28.

Using MABS < 5.0: use plugin version < 4.0.0

Use this plugin version with older MABS versions.

 

Licensing

Copyright (C) 2012-2018 ZXing authors, Journey Mobile, Apache License 2.0.

Copyright (c) 2021 OutSystems, MIT License.

Copyright (c) 2018 ZXing for JS, MIT License.

ZXingObjC under Apache License 2.0.


QR CODE is a registered trademark of Denso Wave Incorporated.

Release notes (5.1.5)
  • Improves camera quality when scanning
  • Solves conflict with Camera Plugin on PWA applications
License (5.1.5)

Copyright (C) 2012-2018 ZXing authors, Journey Mobile, Apache License 2.0.

Copyright (c) 2021 OutSystems, MIT License.

Copyright (c) 2018 ZXing for JS, MIT License.

ZXingObjC under Apache License 2.0.

Reviews (7)
11 Apr
in version 5.1.5
Work pretty good with "normal" qr codes but dont work with qr codes containing non-text characters, because it forces the result as a string. It should return the binary data along the text at least.
2021-05-18
in version 4.2.1
It works as an app but it fails as a PWA, I get a Cordova not available error.
2021-03-11
in version 4.2.1
Link to documentation is broken: https://success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_use_the_Barcode_Plugin_in_your_OutSystems_applications