Essentials: [Enhancement] Add a Barcode Reader.

Created on 29 Oct 2019  路  5Comments  路  Source: xamarin/Essentials

Summary

Barcode reader would be extremely valuable. There are - partial - solutions. Support is an issue.

Intended Use Case

Xamarin Forms is very well suited for LOB applications. Barcode reader is a very useful and missing part.

feature-request

Most helpful comment

Not only Barcode but also QR-Code reader would be fine.

All 5 comments

Would the opposite also be true, ie, being able to generate a barcode in app?

Not only Barcode but also QR-Code reader would be fine.

Would this work by integrating zxing or writing new solution from scratch? I have no idea how complex reading barcode/QR code is

This feature has quite a nice implementation with ZXing: https://github.com/Redth/ZXing.Net.Mobile
You can check out the samples on how to integrate this.

Was this page helpful?
0 / 5 - 0 ratings