|
Processing...
Description & Source Code
The Barcodescanner is a component for scanning barcodes. It is based on the HTML5 This component uses the browser Camera API and requires a secure context (HTTPS or localhost). Camera access is only activated after you grant permission. Supported barcode types
barcodescanner_example.zul
<zk>
<barcodescanner type="qr,code128" continuous="true" interval="1000" height="100px"
onDetect='Clients.log(event.getType() + " " + event.getResult())'/>
</zk>
Copyright © 2005-2026 Potix Corporation All rights reserved.
|
|
Processing... |