You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi guys,
I need to scan 2D code: Datamatrix. I'm using CodeScan cn1lib. In android using external app barcode scanner it works like a charm. But IOS implementation using ZBar library does not support Datamatrix, so I created zxing service on sever and i'm using camera to capture photo and decoding it on server. This solution works but it's not so comfortable and reliable as real scanning. Is there some possibility to scan Datamatrix on iOS directly in cn1 app or using 3rd party app?
thanks
Ivan
IDE: Eclipse Desktop OS: Ubuntu 16.04 Simulator Device iPad MIni
Shai Almog
unread,
Feb 2, 2017, 1:45:05 AM2/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi, if you have a native lib that implements this functionality you can integrate it in iOS. One of our first native libs samples was zxing integration although zxing on iOS is pretty awful.