Now will only scan in Landscape mode.
Portrait mode does not call the event ScanResult.
Have reverted to a few combinations of nuget packages, and on a very small test project with no success. I imagine it's related to the new mono versions that shipped with recent versions of Xamarin/Visual Studio.
Can confirm a rollback to 2.1.47 works.
It must be applied to both ZXing.Net.Mobile and ZXing.Net.Mobile.Forms to fix the issue.
+1 I'm seeing this as well
+1 please fix.
+1 Same here
any solution ?
A rollback did not work for me...
Today, with latest nuget version, adding
qrcodeScannerView.Options.UseNativeScanning = true;
forces iOS to use AVCaptureEngine and it solved this issue (scanning working in landscape mode only) letting me scan in portrait mode too.
I know it's not the most "elegant" solution :) but i think it's a workaround, keeping latest (.net standard compliant) ZXing Nuget version
P.S.: trying this workaround with android all working without issue.
Hi!
Lewix
Thanks for reporting this issue! Unforunately it took me way too long to respond 馃槶. Sorry, I apologize! Recently the source code for this project was completely refactored to modernize it. Many PR's were included in this effort, and many bugs were hopefully fixed. Please try out the latest 3.x series of NuGet packages (currently in prerelease). To try and make the project more maintainable in my spare time going forward, I've decided to close all existing issues to start with a clean slate. If you're still experiencing this issue on the newest version, please open a new issue with as much detail as possible. Thank you for your patience and understanding! Happy scanning!
Most helpful comment
Can confirm a rollback to 2.1.47 works.
It must be applied to both ZXing.Net.Mobile and ZXing.Net.Mobile.Forms to fix the issue.