Barcode scanning

what version of scan view do you have to begin with, if 2.2 you have to include BarcodeScanner component as well

You might try with the pre-release companion ? Looks like a device issue for API 34...

image

no barcodescanner component needed for me

try by building your app and install it, I get error if I don't have it

1 Like



3

Now works fine, with both back and front cameras

image

1 Like

I have ScanView 2.1, it's a barcode scanning extension based on the Zxing library (Zebra Crossing) for Android. but you should, you say 2.2

now I will download and check in 2.2

The apk is installed without errors. when you touch the screen, the program does not respond but must scan the barcode


you have to assign an arrangement

image

see @TIMAI2 post above

3


but the scan itself is not working

Try my test project

scanviewTestExtn.aia (53.2 KB)

This will at least show the camera/switch is working and the camera is on...

Yours is working

You may need to simplify your blocks until you find a working state, then you can build back up, step by step, and test after each step, until you find what is causing the problem (this is called debugging...)

1 Like

Thank you and I will do so

Hello. When reading props in the database, firebase reads only up to a space. how do I read all the props? example props NAME: "Blue jacket" reads only the jacket

If you are not setting a string to a firebase tag using the firebase component, but calling the value back with the firebase component, then this will happen. You will need to add double quotes to your string before you send it.

Alternatively use the web component to return the value from a tag (although this does not provide for dataChanged events)

Hello, help me how to switch from one screen to another correctly so that at the end of the work, close the entire application with one click.

Search the community for switch screens