-
Notifications
You must be signed in to change notification settings - Fork 147
Question : How to use card.io for android app with cordova #42
Comments
What errors do you get in console? What version of Cordova? What version of Cordova-android? What version of Android did you test on? How did you implement the code for this plugin? Be aware of runtime permissions on Android M: http://cordova.apache.org/docs/en/latest/guide/platforms/android/plugin.html#android-permissions |
My device is Asus Zenfone 5 with Android version 5.0 It still show the camera and it still can focus to credit card, but it not show any error or return anything to me. |
@xuanlocnet the particular card in your images does not have a valid credit/debit card number. These numbers use the Luhn algorithm to generate a check digit. (You can easily find online validators for Luhn check-digits.) For a card number beginning So card.io is not recognizing this particular card because the card number is not valid. (If you are also seeing failures with other cards, there might be different reasons that card.io does not recognize those other cards.) |
@xuanlocnet: See my forked commits if this helps #44 |
Thank you @dgoldman-ebay and @lolptdr for your supporting, it work for me. |
@xuanlocnet: Appreciate if you could share how do you get this working with IONIC? Thanks, |
Dear,
I have a problem when using this plugin.
After i install, i can able to open the camera, but after that nothing happen, even though i tried with other visa cards and i use also visa card on google but it still not able to capture or get any information from these credit cards.
So, my question here about : Does i need to install any other plugin and any way to use it or just install this plugin is enough?
Because i tried to use also example code of this plugin, but it still show the camera to me and nothing next.
I really need your support.
Thanks.
The text was updated successfully, but these errors were encountered: