Hi everyone,
I’m currently using NocoBase and would like to implement a barcode scanning feature that works on both desktop and mobile devices.
My goal is:
- On desktop: support barcode scanners (USB/Bluetooth) that can input data directly into a form field.
- On mobile: allow users to scan barcodes using the device camera within the NocoBase interface (instead of relying on external apps).
I have a few questions:
- Does NocoBase have any built-in support or plugin for barcode scanning?
- What is the best approach to enable camera-based barcode scanning on mobile (e.g., using a custom component or JS block)?
- Has anyone successfully integrated libraries like html5-qrcode or QuaggaJS into NocoBase?
- How can I automatically fill a field and trigger actions (e.g., submit form or fetch data) after scanning?
Any guidance, examples, or best practices would be greatly appreciated.
Thank you!


