Thank you @levon , I understand that. What I’m telling you you is that I get error message “The plugin QR & Bar Code Reader / action Stop live Detector a barcode_reader_2 threw the following error: Cannot read property ‘type’ of undefined” when I move away from auto.
When I select code type as qr (not type auto), the scanner will not stop and I always get the error - whereas when I select auto, I can stop the scanner. Is that clear?
ok so to get the fuction i want which one do i need to use. I want to be able to scan a barcode live and then get a result as to weather the barcode is in the db or not. So which one do i use? That is what i want to know
You need to use qrcodereader2. The barcodes don’t automatically get saved into the database, you’ll need to run a workflow that uses plugin’s state (result) and save it to the DB. Again, use the demo page as an example of plugin configuration.
Thanks!
I think there maybe an issue with permissions. The original QR reader does not open on Android devices via the app. In our native app the camera function requests permission, but the scanner still does not load.
I tested on another plugin that uses just the camera, and that seems to work fine.
@levon, is this designed to be used with a browser? or just native apps? It works very well for me when using safari but not chrome on mobile devices, fine on desktop. Thanks,
@wegetdesign
we update the plugin, please upgrade and give it another try, please check the description of the update.
Also, when you are scanning a qr code, don’t use “automatic” detection in the plugin.
Omar, we just tested your app and it seems to be working for us. Can you record a video and provide us more context? Which browser you are using, which model etc. Anything that could help
Thanks
Thank you @Artin for the suggestion. I updated the IOS to 12.2 but the QR Scanner was still not working.
So as it appeared working for everyone else I decided to debug some more, and I seemed to isolate the issue. I.e I unchecked “Show location” and the camera function worked.