QR Code scanner

<< Click to Display Table of Contents >>

Navigation:  Widgets >

QR Code scanner

Overview

The QR Code scanner Widget for Bizagi is available for download at Bizagi Widget Xchange.

Through this Widget, you will be able to scan a QR code directly from your forms, by using your device's web cam.

 

QRScan_teaser2

 

This Widget automatically identifies any integrated web cam complying to HTML 5, and will interpret content (link) upon scan.

 

QRScan_teaser0

 

Important

It is important that you explicitly authorize the use of the web cam for this Widget.

Either for Mozilla where you only need to allow its use, or for Chrome, you will need to consider your security settings (i.e, in Chrome you need to test using HTTPS or a localhost based URL).

 

QRScan_teaser1

 

note_pin

The Bizagi app requires permission to access the camera.

More than one widget instance per activity is not supported.

 

Before you start

In order to test and use this Widget, you will need:

1.Bizagi Studio previously installed.

2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.

 

Data model considerations

In order to use this Widget, you need in your data model:

A string type attribute which holds the resulting URL from the scanned QR code.

 

PDFlink_datamodel

Properties configuration

To configure this Widget once it is installed in your project, include it in any form and set its properties in the Forms designer, just as you would do with any other Bizagi control.

 

QRScan_forms

 

Consider the following properties.

 

PROPERTY

POSSIBLE VALUES

DEFAULT VALUE / SUGGESTED

Data binding

A string type attribute holding the URL to store the link scanned from the QR code.

Not applicable.

This property is mandatory.

Select web cam label

An optional value to customize the label shown in the button allowing you to select recognized web cams of your desktop.

Select

Scanned result label

An optional value to customize the label shown to display the scanned result.

Scanned result

 

note_pin

Notice all Bizagi controls and Widgets, enable a visible property which let you set if that control should be displayed in a given form or not (e.g, by using a business rule).

 

This Widget is designed as editable to capture information.

 

For complete documentation or more information about this Widget's possibilities (e.g, if you wish to customize and extend it), refer to the information about the implemented jQuery Plugin at https://github.com/andrastoth/webcodecamjs.


Last Updated 10/28/2022 10:01:37 AM