Scandit / datacapture-dotnet-samples

1 stars 3 forks source link

.net maui Blazor app and need to scan qr code with front camera #2

Closed rajeshsws closed 1 year ago

rajeshsws commented 1 year ago

issue

Please read above my requirements. User will click on Scan Now button. Modal pop window will open in Xaml page read the qr code and close and return QR code ID. My app is made in .NET MAUI Blazor which has android, IOS and window system. I have seen your API which supporting only android and iOS when i have window platform there its giving error and not able to compile. code. Please suggest solutions ASAP . once this issue is resolved will integrate API in my project Thank you very much.

ScanditSupport commented 1 year ago

Hi @rajeshsws,

We do not support Windows through .NET MAUI.

Can you please reach out to us directly and share a few snippets of you code on how you implemented Scandit so we can better understand your use case?

Submit a request – Frequently Asked Questions (FAQ)

rajeshsws commented 1 year ago

.met MAUI Blazor page call xaml scanner page image

XAML Page image

image

I want Scan qr code and close come back to again blazor page. Right now scanning is working properly but not able to close window and come back to blazor page. Other thing is i want blazor page code shoudl await unless scanner page return barcode id so that i can execute somthing after getting barcode ID. I want to open your scanner XAML page in modal POP up xaml page because modal pop xaml page return value on close. Thank you

rajeshsws commented 1 year ago

Right now I am using Zxing.net.maui scanner app to scan. But i feel that is bit slow. that why i am looking your app. image on click yellow button xaml modal pop up xaml page is iopening and scanning qr code with front camera and closing and returing qr code id. Hope this will help you to understand it