You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Yishay Weiss <yi...@hotmail.com> on 2018/09/28 06:13:38 UTC

QRCode with Mobile Flex (Android)

Hi,

Has anyone had luck with reading qrcode on a flex mobile app?

I've been struggling with the libraries [1,2] I've found online. 

Has anyone been successful with either? Are there other libraries out there?

Thanks.

[1] https://github.com/myflashlab/barcode-ANE
[2] https://www.kasperkamperman.com/blog/flash-code/flash-qrcode-reader-as3/ 



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: QRCode with Mobile Flex (Android)

Posted by Yishay Weiss <yi...@hotmail.com>.
Thanks Vincent. I'll have a look.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: QRCode with Mobile Flex (Android)

Posted by After24 <vi...@after24.net>.
Hi Yishay,

Distriqt produce excellent native extensions :
https://airnativeextensions.com/extension/com.distriqt.Scanner

Vincent.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: QRCode with Mobile Flex (Android)

Posted by Yishay Weiss <yi...@hotmail.com>.
Looks like it does. Thanks.

[1] https://github.com/phonegap/phonegap-plugin-barcodescanner



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: QRCode with Mobile Flex (Android)

Posted by Alex Harui <ah...@adobe.com.INVALID>.
This example worked at one time.  I don't remember if the plugin supported QRCode or not.

https://github.com/apache/royale-tourjs/tree/develop/cordova/BatchScanner

HTH,
-Alex

On 9/27/18, 11:33 PM, "Yishay Weiss" <yi...@hotmail.com> wrote:

    It has crossed my mind. We'll see if I get approval.
    
    
    
    --
    Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cd782d8876546460c786708d6250c5b73%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636737132345360827&amp;sdata=zQ9d7p0eftWIwCXPD7P9d1nP0RpUr2YOpaYOj0tavs8%3D&amp;reserved=0
    


Re: QRCode with Mobile Flex (Android)

Posted by Yishay Weiss <yi...@hotmail.com>.
It has crossed my mind. We'll see if I get approval.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: QRCode with Mobile Flex (Android)

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Try Royale + Cordova?

On 9/27/18, 11:13 PM, "Yishay Weiss" <yi...@hotmail.com> wrote:

    Hi,
    
    Has anyone had luck with reading qrcode on a flex mobile app?
    
    I've been struggling with the libraries [1,2] I've found online. 
    
    Has anyone been successful with either? Are there other libraries out there?
    
    Thanks.
    
    [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmyflashlab%2Fbarcode-ANE&amp;data=02%7C01%7Caharui%40adobe.com%7Cf147c5a409fa4d6f76de08d625098de9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636737120299761904&amp;sdata=7LJo%2BuQVIslaUj3YkpabLhyYEovLjmAew6hmo5lD6S8%3D&amp;reserved=0
    [2] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.kasperkamperman.com%2Fblog%2Fflash-code%2Fflash-qrcode-reader-as3%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cf147c5a409fa4d6f76de08d625098de9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636737120299771917&amp;sdata=ssObe1r3%2FokrfalzNcUAokahk6%2BkSDej%2BSFmEikgTeM%3D&amp;reserved=0 
    
    
    
    --
    Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cf147c5a409fa4d6f76de08d625098de9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636737120299771917&amp;sdata=IJ3Hf54rpQ%2Bt0D3226LTTV3Mg3RDEYTXlcSa1axFEbI%3D&amp;reserved=0
    


Re: QRCode with Mobile Flex (Android)

Posted by Yishay Weiss <yi...@hotmail.com>.
We ended up going with the distriqt ANE and it's been a smooth experience.

Thanks to those who responded to this thread, all very helpful.






--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: QRCode with Mobile Flex (Android)

Posted by Erik Thomas <er...@icloud.com>.
+1 for the Distriqt Scanner ANE  <https://github.com/distriqt/ANE-Scanner>since it works beautifully. The Wiki docs and tutorials <https://github.com/distriqt/ANE-Scanner/wiki> are also easy to follow and up-to-date, and the support is very good, though they are located in Australia so you may not get an answer same day depending on your timezone but I've always received a response within 24 hours and we're 17 hours behind. We use 10 of Distriqt's ANEs in several commercial apps in the wild on both Android and iOS.

Erik

On Sep 28, 2018, at 2:48 AM, Douglas McCarroll <li...@brightworks.com> wrote:

Hi Yishay,

I'm using the MyFlashLabs Barcode ANE successfully. You can find my code
here:

https://github.com/douglasmccarroll/brightworks/blob/master/src_bright_air/com/brightworks/util/Utils_NativeExtensions.as

Douglas

On Fri, Sep 28, 2018 at 2:13 AM Yishay Weiss <yi...@hotmail.com> wrote:

> Hi,
> 
> Has anyone had luck with reading qrcode on a flex mobile app?
> 
> I've been struggling with the libraries [1,2] I've found online.
> 
> Has anyone been successful with either? Are there other libraries out
> there?
> 
> Thanks.
> 
> [1] https://github.com/myflashlab/barcode-ANE
> [2]
> https://www.kasperkamperman.com/blog/flash-code/flash-qrcode-reader-as3/
> 
> 
> 
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
> 
> 


Re: QRCode with Mobile Flex (Android)

Posted by Douglas McCarroll <li...@brightworks.com>.
Hi Yishay,

I'm using the MyFlashLabs Barcode ANE successfully. You can find my code
here:

https://github.com/douglasmccarroll/brightworks/blob/master/src_bright_air/com/brightworks/util/Utils_NativeExtensions.as

Douglas

On Fri, Sep 28, 2018 at 2:13 AM Yishay Weiss <yi...@hotmail.com> wrote:

> Hi,
>
> Has anyone had luck with reading qrcode on a flex mobile app?
>
> I've been struggling with the libraries [1,2] I've found online.
>
> Has anyone been successful with either? Are there other libraries out
> there?
>
> Thanks.
>
> [1] https://github.com/myflashlab/barcode-ANE
> [2]
> https://www.kasperkamperman.com/blog/flash-code/flash-qrcode-reader-as3/
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>
>