03-15-2011 07:00 AM
Hello,
I am currently working on webworks, and I try to use a barcode reader.
I use the last OS (6.0). So I have different questions :
Thanks for yours answers.
03-15-2011 07:32 AM
Hi garciaf,
Bar code scanning can be accomplished on the BlackBerry smartphone. In 6.0 the ZXing library is built into the device. On 5.0 you need to explicitly include the bar code scanner code from the ZXing open source project.
We currently have the Barcode scanning API up next to tackle for WebWorks.
https://github.com/blackberry/WebWorks/wiki/Enhanc
03-15-2011 10:53 AM
Thanks for this answer so quick ![]()
Just to have an idea : How long you think it could take to get the barcode reader API implemented ?
thanks
03-15-2011 11:03 AM
Hard to tell on when it will be available. The source code will be available in github before it is officially released.
We will be developing the API in the open, so be sure to look for API signature reviews and other updates in the contributor's forum.
05-20-2011 04:51 PM
I am working on an app that reads 1-D barcodes (not QR Codes)
is barcode scanning supported using any current webworks app (5.0 or 6.0)
or do I have to use traditional Java development?
You mentioned barcode API included in 6.0, is that for Java only?
Can I use the ZXing API inside a webworks app?
Thanks for your help.
10-07-2011 06:10 PM
Hi Fsafadi, I just found this threat and I was wondering if you found an answer to this question, were you able to implement a barcode reader inside webworks?
06-13-2012 12:55 AM
Did anybody get the solution?
06-13-2012 08:32 AM
A barcode extension has been published in Github as a community API
Smartphone OS:
https://github.com/blackberry/WebWorks-Community-A
Tablet OS:
https://github.com/blackberry/WebWorks-Community-A
Follow the instructions listed in the README to install and use this extension.
06-13-2012 10:51 AM
Thank you.
I will try to implement this. I am new to webworks.
Are there any Javascript ext for Persistent storage as well? i have see HTML Database. Is that ext of SQLlite in Native SDK?
If it is HTML database-what encryption will it support?
I donot see any code related to HTML database in my current WW SDK installation. BlackBerry WebWorks SDK 2.3.1.5.
If I have to write my own Javascript ext, is there a doc that will help me to start with?
Thanks.
06-13-2012 06:49 PM
Does it work on blackberry os version 5.0?