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

CardIOModule.scanCard not returning result #69

Closed
raju2265 opened this issue Oct 23, 2017 · 4 comments
Closed

CardIOModule.scanCard not returning result #69

raju2265 opened this issue Oct 23, 2017 · 4 comments

Comments

@raju2265
Copy link

when card scan completed it will not returning any result.please help me how can i solve this rpoblem

@ODelibalta
Copy link

Can you share some of your code? Below is mine, some sections cut out

CardIOModule
      .scanCard()
      .then((card) => {
        console.log(card);
      })
      .catch(() => {
        console.log('cancelled');
      });

@otterbotter
Copy link

I am having the same issue. Did you ever resolve this?

@Kerumen
Copy link
Owner

Kerumen commented Oct 14, 2018

Is this issue still relevant? If yes, please open a new one with some code of what you are trying to achieve. Thanks!

@Kerumen Kerumen closed this as completed Oct 14, 2018
@Njinou
Copy link

Njinou commented Oct 31, 2018

Does anyone faced the issue of keyboard entry?
The scanning works fine for me but when i enter the detail manually the done button is still not enabled
image

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

5 participants