Skip to main content
All CollectionsAdministration
Barcode Scanning in Next Plus
Barcode Scanning in Next Plus
Asaf Cohen avatar
Written by Asaf Cohen
Updated over 2 months ago

Next Plus offers robust barcode scanning capabilities, utilizing the most efficient method based on browser support. This approach ensures optimal performance across different browsers and devices.


Primary Method: Barcode Detector API

For browsers that support the Barcode Detector API, Next Plus leverages this native functionality. This method is preferred due to its efficiency and integration with the browser.

Supported formats:

  • aztec

  • code_128

  • code_39

  • code_93

  • codabar

  • data_matrix

  • ean_13

  • ean_8

  • itf

  • pdf417

  • qr_code

  • upc_a

  • upc_e

To check if your browser support it please visit:

Fallback Method: ZXing Library

For browsers lacking Barcode Detector API support, Next Plus falls back to the ZXing library. This ensures broad compatibility across various browsers and devices.

Supported formats:

  • UPC-A

  • UPC-E

  • EAN-8

  • EAN-13

  • Code 39

  • Code 93

  • Code 128

  • ITF

  • Codabar

  • QR Code

  • Data Matrix

  • Aztec

  • PDF 417

  • MaxiCode

  • RSS-14

Did this answer your question?