Skip to content
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

iOS issue #50

Closed
digvijayLogistic opened this issue Jan 24, 2023 · 12 comments
Closed

iOS issue #50

digvijayLogistic opened this issue Jan 24, 2023 · 12 comments

Comments

@digvijayLogistic
Copy link

Hello @Dynamsoft-Henry

From here: #47
There is new issue happened on IOS devices.

When i was testing, if i open scanner first time then it's work fine to show green-box (scan region)
And if i open it second time green-box (scan-region) not appears but it scans properly, but as per user experience it's not looks good.

I'm using this plugins "develop" branch.

So basically i needs green-box always when we open scanner.

@digvijayLogistic
Copy link
Author

Also when we set EAN-13 only on barcode format id for only EAN-13 barcode scan then it's scans both EAN-13 & UPC-A

@Dynamsoft-Henry
Copy link
Collaborator

Hi @digvijayLogistic

A new version "1.0.3" was released. We fixed the previous bugs you reported, and some bugs related to the "green box". Would you like to try the new version instead?

UPC-A is a subset of EAN-13. If you set the barcode format to EAN-13, the UPC-A barcodes are still decoded but they are recognized as EAN-13 barcodes. You get different results from a UPC-A barcode when setting the barcode format to EAN-13.

Is your requirement "Recognize EAN-13 barcodes except for UPC-A"?

@digvijayLogistic
Copy link
Author

Okay, Thank you so much..

I will try new version "1.0.3" and let you know if i needs any help or suggestions from you.

@digvijayLogistic
Copy link
Author

digvijayLogistic commented Feb 1, 2023

Hey @Dynamsoft-Henry

I have tested new version "1.0.3" but it's not resolve my issue.

There is if i open once the scanner and it's works fine with green-box (scan area region) and if i open second time it's not open with green-box (scan area region) on IOS but it's still scanning.

I really needs help on this issue, please check and let me know.

image

@Dynamsoft-Henry
Copy link
Collaborator

Hi @digvijayLogistic

We are not able to reproduce your issue. Would you like to send us a minimum project that can reproduce this issue?

In addition, can you reproduce this issue on all different devices? If not, could you tell us which types of phones can reproduce this issue?

@digvijayLogistic
Copy link
Author

Okay i will provide you minimum project and also yes i can reproduce this issue on different iPhones like iPhone 12, 6
And it's only happened on iOS devices not on Android devices.

@digvijayLogistic
Copy link
Author

Hello @Dynamsoft-Henry

Sorry for late reply

here is the minimum project : https://www.dropbox.com/s/jg70sqwjoh3i2wt/qr-code-dynamosoft-working.zip?dl=0
can you please once look into this and let me know if you have any questions.

Also i have used four different types of barcodes like UPC-A, UPC-E, EAN-8 & EAN-13
So when we set only scan EAN-13, then i needs to scan EAN-13 barcodes only but currently it's scans EAN-13 & UPC-A both when i set EAN-13 on scanner configuration.

@Dynamsoft-Henry
Copy link
Collaborator

Hello @digvijayLogistic

We tested on your project and do find some bugs. The bug is fixed and uploaded to the "develop" branch. We still need some time to finish testing and releasing of a formal version. I think a new version will be released next Monday.

For the EAN-13 and UPC-A issues. UPC-A is a special type of EAN-13. The library doesn't know whether a barcode is EAN-13 or UPC-A before it is decoded because they have the same standard. However, from the barcode result, you can recognize whether it is a UPC-A. If the EAN-13 barcode result begins with the number "0", it is a UPC-A type. You can add your own code to filter out the UPC-A barcode from the barcode results.

Another point. When we reviewed your project, we found that the dynamsoft-capture-vision-cordova you installed was not v1.0.3 but an old version. Please be sure that you clean your project and uninstall the old version before you install the new version.

@digvijayLogistic
Copy link
Author

Thank you so much for your help, i will check and let you know if i had any other queries.

@digvijayLogistic
Copy link
Author

Hello @Dynamsoft-Henry

I had tested with develop branch for green-box issue and now it's works fine for me.
I will waiting to update plugin version, and if possible then please update as soon as possible.

Thank you so much ..!!

@Dynamsoft-Henry
Copy link
Collaborator

Hello @digvijayLogistic
dynamsoft-capture-vision-cordova v1.0.4 is released.

@digvijayLogistic
Copy link
Author

Hello @Dynamsoft-Henry

I have tried with new version (1.0.4) of library and it's works fine for me now.

Thank you so much ... !!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants