-
Notifications
You must be signed in to change notification settings - Fork 181
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
Red line overlay and Code 128 limiter #8
Comments
Hi Matthew. On iOS my plugin uses the ZBar library's built in View/Controller As to how to modify the appearance, I guess you would have to hack the View after displaying it. I had to hack it to simplify the footer bar too... |
@redphyre |
Hi @redphyre, the red line has been added thanks to @PaoloMessina's pull request #11. The line is horizontal on Android as we have optional title and instruction texts at the top and bottom of the view. No updates on your request to limit scanning to Code 128 as yet... |
See here how to limit scanning to a specific type: #46 |
Hey, this isn't exactly an issue but I couldn't find a way to just message you.
I'm looking to modify this slightly but everything I've seen with zBar SDK online doesn't match what exists in this repo. I'm wanting to add a vertical centered red line overlay to the scanner and also limit it to only read Code 128. How can I do this?
Thank you so much for your time spent working on this, it will really help my business once everything is flushed out in my app.
Matthew Walker
The text was updated successfully, but these errors were encountered: