I have a problem with scanning 1D barcode with movilizer app.
It works perfectly when I scan the code for the first time, but with every next try, it doesn't work at All, it's like the screen does not recognize the image as barcode, or the image is blurry.
Only way to scan barcode once again is to restart the app, and go through the whole process again.
I tried it with multiple devices, such as xiaomi redmi note 5, redmi note 8 pro, and realme 7. It Worked only on note 8. Movilizer app and camera settings were same on each device, aswell as participant ID.
I Also tried to have native camera app started on background, but it did not work.
I'm trying to figure this out for almost two weeks and found nothing...
Code for the movelet is exactly as the 1D capture barcode example in the reference guide:
<!-- CAPTURE BARCODE 1D -->
<question key="#1" type="22" title="My Screen">
<!-- ANSWER -->
<answer key="#1_1" attributeType="0" nextQuestionKey="END">
<text>My Barcode</text>
</answer>
<text>Hello World</text>
</question>
Any ideas?
Thanks in advance