Page 1 of 1

How to read a QR-CODE?

Posted: Fri Mar 07, 2014 12:42 pm
by RickA1
I want to capture (using the device camera) and read the contents of a QR-CODE in iOS and Android.

Did search "qr-code" in this forum and found nothing. ( and I found that the forum search feature is not reliable ) :(

How can I do it in Livecode?

Rick.

Re: How to read a QR-CODE?

Posted: Fri Mar 07, 2014 2:03 pm
by splash21
Check out mergExt : http://livecode.com/store/marketplace/mergExt-1-0-2

I'm using the QR reader in a commercial iOS app and it's superb.


I've not tried it on android yet -http://forums.runrev.com/viewtopic.php? ... oid#p85277

Re: How to read a QR-CODE?

Posted: Fri Mar 07, 2014 3:09 pm
by RickA1
It's iOS only. Check their website: http: //mergext. com/home/mergzxing/

Re: How to read a QR-CODE?

Posted: Sat Mar 15, 2014 10:27 pm
by matthiasr
Hi Rick,

mergExt suite also contains mergAndroid which contains a function to scan a barcode using the App BARCODE or BARCODE + and returns the scanned barcode to the livecode Android app.

I´ve uploaded the html documentation for this external. I think Monte does not mind.

https://dl.dropbox.com/s/pw1a3e02g6b0fj0/index.html

Regards,

Matthias

Re: How to read a QR-CODE?

Posted: Mon Mar 24, 2014 5:33 pm
by RickA1
Hi Matthias,

Monte could make the current docs public on his website. I believe that this is, per se, a good marketing.

Android is the most important mobile OS worldwide (yes, I know that inside USA many could say *what?* but I have the numbers) and people see MergExt as an iOS only solution.

That said, I am not very happy on how MergAndroid works, in special for this task. It makes my app 3rd party dependent for scanning, I mean, I need to say to my user pre-install an app to do the scan part, because my app does not and need to "borrow" this capability from another. This is not same behavior of MergZXing for iOS, where it takes care of the full task, and had no Android counterpart. :(

I have MergExt complete. I'll follow this workaround while we don't have a better solution. Thanks. ;)

Rick.