-
Notifications
You must be signed in to change notification settings - Fork 534
Card IO is not capturing the credit card #137
Comments
How easily visible is your card? CardIO can be picky sometime if the numbers aren't easily visible. Also, the newer style chip cards with the card number running vertically across the card don't work. |
is so visible now i have added some codes then it scan then it cancel it self without me canceling |
Wow, you provided a lot of extras. How about trying with no extras, so you get the default functionality. If your card does not scan, then it probably just won't work with that card type. If it does scan, then add each extra you want one at a time. Some of the extras you provided above are not needed for most use cases. |
I m not getting |
@kevinjam Do you found any solution? |
Still there is an issue with alot of extra and with no extra. No vibration. Just stay and show green squire. Using your example with card.io-5.5.1.aar When I check "Detect Card-ish rectangle only" then it cancel immediately after catching card but return no results. How to solve this issue? Help required. |
@can any contributor will help me to fix this issue. Running this sample on my Nexus 5, OS: 6.0.1 as mention above. Not return results. Not working at all just previewing and highlighting the card. |
Required Information
Issue Description
I cannot scan the credit card it keeps telling me hold card here .....i have added all permission but nothing is working ..need help.why that issues ????
Here is my Main Activity
// set the Button and text view
scanButton = (Button) findViewById(R.id.scanButton);
resultTextView = (TextView) findViewById(R.id.resultTextView);
}
The text was updated successfully, but these errors were encountered: