hi,
I searched the forum, but didn’t find anything new about reading barcodes with webapp. I believe it’s still possible with plugin or by integrating Javascript. Or is there any news?
thanks
hi,
I searched the forum, but didn’t find anything new about reading barcodes with webapp. I believe it’s still possible with plugin or by integrating Javascript. Or is there any news?
thanks
GraffitySuite plugin includes a web-based barcode reader.
If you want to implement your own, you can achieve this using the Xojo Web SDK and a JavaScript Barcode reader library.
GraffitiBarcodeReader uses the device camera and the ZXingJS library, like nearly any other JavaScript library you’d implement. You can view the documentation here.