Give us feedback
qr-code-scanner
Mobile icon

QR Code Scanner

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded on 08 May 2020 by 
3.6
 (11 ratings)
qr-code-scanner

QR Code Scanner

Details
Simple component that enables applications to scan QR codes.
Read more

QR Code scanner for your PWA. 

It can be used on browsers or when the app is added to the home screen.


How to use this plugin?

Use ScanQRCode client action in order to launch the code reader window. If a code is successfully detected, the result will be available on the output parameter ScanResult.



Known limitations:

  • In iOS versions below 13.4, due to the WebKit 185448 bug, when running the app in standalone mode (added to the home screen), the component will fallback to capturing or selecting a photo on the device and submitting it. Results may be less accurate in this case.


Release notes (1.0.3)

Fixed camera selection issue when using single-camera devices like laptops

Reviews (3)
by 
2023-03-09
in version 1.0.3
Only front camera is available on android phone... no parameters available to solve this
by 
2022-11-09
in version 1.0.3
Hi. I'm using this plugin and like the previous comment has said, the back camera is never available. I've been through the code and fixed some issues and now it works. But I would advidse you to recheck the code and look specificity at the part where you check if the device is iphone or android. The logic needs a small improvment. 
by 
2020-11-30
in version 1.0.3
Hi Vitor , I'm running an app on an Samsung Galaxy Note 10. I have left the camera parameter to 'back'  but it seems to only use the front camera so its getting my face and not the QR code I am pointing at. I also tried to change the camera parameter to 'front' just in case it worked the opposite way. however that didn't work either.
(I am guessing as there are 3 cameras on the back the code cannot figure out which back camera to use and defaults to the front camera) . I would be helpful it you can help me fix this issue. Thanks. 
Team