From 705080a554d870e59dbb49a2dd4c960f88a57e1f Mon Sep 17 00:00:00 2001 From: lakshay Date: Mon, 29 Jun 2026 13:46:46 -0400 Subject: [PATCH] Replace Scanbot SDK with native barcode scanner. Use BarcodeDetector and ZXing for unlimited device ID scanning instead of the Scanbot trial SDK. --- templates/index.html | 258 ++++++++++++++++++++++++++++--------------- 1 file changed, 171 insertions(+), 87 deletions(-) diff --git a/templates/index.html b/templates/index.html index 6c3a1db..4c59d0e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,7 @@ +