-
Yesterday I followed the release of the new and stable version of Xamarin and its components just to find that rb-forms-barcode is not longer working. So I dowloaded the sample project to see if the s…
-
When I try to scan a barcode in older cellphones there's an error with the camera AutoFocus. I've dowloaded the application and fixed this problem adding a simple try in the file master/Rb.Forms.Barco…
-
Hi ,
In our Xamarin.Forms application, BarCode Scanner is not working and showing black screen.
Note:
**We are using FreshMVVM Framework.**
Kindly suggest us to implement the Barcode scanner wit…
-
I'm using UWP in Xamarin.Forms.
My Barcode scanner could regognize QR code but can't recognize EAN 8 and EAN 13. what I missed in here?
Here is my code:
```
btnBarcode.Clicked += (sender, args) =>…
-
When I Try and use zxing.net.mobile.android Init() in my main activity I get tons of Resource designer errors. only when i remove the zxing.net.mobile.froms from my droid file does the error go away a…
-
For some reason in my Android project when i added this component and nuget package to my PCL I am getting 151 errors similar to the below errors when I compile.
Severity Code Description Proje…
-
I am trying to use your barcode scanning package in a Xamarin forms application that targets both iOS and Android devices. The scanner works with no problems on Android, but I am getting an exception …