Hello,
I'm using the latest Xamarin.Forms (2.0.0.6490) and ZXing.Net.Mobile (2.0.3.1). The Barcode Scanner code works without any error but it can't activate the rear camera (haven't tried the front). The overlay is visible tough.
Initialized on Droid's MainActivity.cs:
MobileBarcodeScanner.Initialize(Application);
And the code on the PCL side:
MobileBarcodeScanner bs = new MobileBarcodeScanner();
Result result = await bs.Scan();
I'm stuck here. Can somebody please help me?