BarcodeScanner.Mobile icon indicating copy to clipboard operation
BarcodeScanner.Mobile copied to clipboard

Create instructions for using this with .net 7 Android or iOS without using maui.

Open JimWilcox3 opened this issue 1 year ago • 5 comments

Is your feature request related to a problem? Please describe. I am creating a net7-android app that needs to be able to scan QRCodes.

Describe the solution you'd like I would like to be able to use this package to read the barcodes without having to use maui.

Describe alternatives you've considered I have looked at ZXing.maui, but it has to have .net maui.

Additional context You mentioned in another comment that what I want is possible. Maybe if yo could add a demo project that shows how to do it in .net 7 android without maui.

JimWilcox3 avatar Nov 11 '23 20:11 JimWilcox3

related to #193 honestly, I am not sure how it could work for native one. Maybe copying the logic of the handler file to implement it will be better

JimmyPun610 avatar Nov 15 '23 11:11 JimmyPun610

Thanks anyway.

JimWilcox3 avatar Nov 16 '23 20:11 JimWilcox3

@JimWilcox3 : Hi, have you found a solution ? Another Nuget like ZXing that can work for .Net 8 for iOS (without MAUI) ?

jbouche-work avatar Apr 30 '24 09:04 jbouche-work

I have not. Please let me know if you find one.

JimWilcox3 avatar May 23 '24 14:05 JimWilcox3

I have not. Please let me know if you find one.

Hi, my current solution : https://github.com/Redth/ZXing.Net.Mobile/issues/1085

jbouche-work avatar Jun 04 '24 08:06 jbouche-work