Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan taking too much time or sometime its not scanning card Android #162

Open
imrahulpatel opened this issue Aug 25, 2020 · 0 comments
Open

Comments

@imrahulpatel
Copy link

imrahulpatel commented Aug 25, 2020

I added card io for add card by scanning for my app, but I noticed that for an android scan card taking too much time or even sometimes it's not scanning card, I tried so many cards but the same issue happen. below is the code of my app

let config = {
suppressManualEntry: true,
suppressConfirmation: true,
requireExpiry: true,
requireCVV: true,
requireCardholderName: true
}
CardIOModule
.scanCard(config)
.then(card => {
})
.catch((e) => {})

is there anything config params which I need to add ? any help will be appreciated, Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant