Dear All,
Is there a sample code or guide to implment Datawedge for scanning Barcode in maui blazor? what I see is only Datawedge for Maui or EMDK for Maui Blazor.
Thanks
Maui Blazor with datawedge// Expert user has replied.Dear All,
Is there a sample code or guide to implment Datawedge for scanning Barcode in maui blazor? what I see is only Datawedge for Maui or EMDK for Maui Blazor.
Thanks |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi Safwat - I think you could combine the two solutions you mentioned. Pick the DWIntentReceiver.cs and the code at https://github.com/ZebraDevs/datawedge-MAUI-SampleApp/blob/4f571d93d6aaf3c29f30f83aab4ad7d8b9ac70e9/datawedge-MAUI-SampleApp/Platforms/Android/MainActivity.cs#L95
and merge it into https://github.com/ZebraDevs/emdk-MAUI-Blazor-SampleApp/blob/master/ZebraMAUIBlazor/Platforms/Android/MainActivity.cs
At the end of the day, DW integrates to a Blazor project as EMDK does, so in the Platform/Android side of the project.
Let me know if that worked - even more - create a pull request adding DW integration to the Blazor project, and I will merge it into the mainstream, so anybody else will acknowledge your contribution!
Thanks.
Nicola dzl.