QR code scanning for iOS and Android with an embedded MAUI CameraView #14826
jp-weber
started this conversation in
Show and tell
Replies: 1 comment
-
@jp-weber thanks for showing your solution! If MAUI embedding solves your problem, it's one way to do it for sure. Maybe there will be a different "uno native" solution in the future to do this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
since I have been looking for a comfortable solution to scan the required QR codes for my app (two factor authenticator via totp), I have now opted for MAUI embedding in order to be able to use the new project ZXing.Net.Maui, since ZXing.Net.Mobile has not been properly supported for ages.
Test project: https://github.com/jp-weber/UnoCameraMauiTest
I am quite impressed by the functionality and embedding of the MAUI control:

Core of the test project:
Read QR code in MAUI library and set variable in ViewModel =>
Send the value of the variable to the recipient in the Uno project =>
And last the recipient in the Uno project
What is your opinion about this combination to realize the required functionality?
Beta Was this translation helpful? Give feedback.
All reactions