-
-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not scanning white barcodes #907
Comments
i finally got it to work by tweaking the code. I added the inverter_counter and the invert variable. The invert variable checks if the code has been inverted or not. Use this part in the class B extends O as follows: class B extends O {
|
Oh, finally this issue is duplicated here: #94 and there is a PR in progress on this topic here: #766 Regarding what you're saying, @Mbengparis what are you modifying and where? |
Before you use the library, you have to import it to your site. Open the code in the library you have imported, and search for the class B extends O. In there you will see a code similar to what i posted but without the inverter_counter and the invert variables. Just add as i wrote it up there. |
Describe the bug
Nothing happens when white codes are scanned.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is supposed to show the link of the barcode
Tested on iOS and android.
The text was updated successfully, but these errors were encountered: