In our current solution (Xamarin Forms) we are using Android Intent to read barcode input. We are trying to migrate our solution to .Net Maui but we don't receive any input from the barcode scanner. Searching the internet only pieces of information are available but nothing helps. Is there a .net Maui complete and working sample available of how to use the intent to receive barcodes?
.Net Maui Intent// Expert user has replied. //Solved |
Accepted Solution
Hi Ed, thanks for your interest in DW and MAUI, please take a look here
https://github.com/ZebraDevs/datawedge-MAUI-SampleApp
2 Replies
Hi Ed, thanks for your interest in DW and MAUI, please take a look here
https://github.com/ZebraDevs/datawedge-MAUI-SampleApp
Hi Nik,
Thank you very much! Your sample is working fine!
Regards, Ed