Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3 Beta
-
Fix Version/s: BridgeIt 1.0.2
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile
Description
Currently the scanned QR code value is stored in a hidden field and requires server-side processing to be displayed or used. In some cases it would be preferable to display the QR code immediately in the browser.
QR code values are returned from ICEmobile-SX via #icemobilesx_name=value. This can be extended to multiple name=value separated by &.
Remaining to be implemented: Spring integration, callback function, thumbnail support.
Thumbnail support is of a slightly different nature since the thumbnail can be implemented with server-side decoding and offline image capture is intended for a future version.