hi,
we are thinking about using fuse to create our app. one major functionality of the app is it’s ability to scan a users qr code. does anyone have suggestions on how to implement this with fuse?
Quite a few people have already done this, did you give the forum a search? https://www.fusetools.com/search?query=qr%20scanner&type=forum_post
For example: https://www.fusetools.com/community/forums/show_and_tell/qr_code_scanner
you could try using this module : GitHub - fuse-modules/fuse-barcodescanner: BarcodeScanner package for Fuse Open.
thank you for share with us.
Hello,
I think you have to Create native modules for both Android and iOS to handle scanning. Invoke these modules from your Fuse JavaScript code to start the scanning process. Once a QR code is scanned, handle the result within your app to perform the desired actions.