Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

suppressConfirmation bug on Android #63

Open
all43 opened this issue Apr 18, 2017 · 1 comment
Open

suppressConfirmation bug on Android #63

all43 opened this issue Apr 18, 2017 · 1 comment

Comments

@all43
Copy link

all43 commented Apr 18, 2017

General information

  • SDK/Library version:
  • Platforms: Android only
  • Device OS Version and Device: Android 6, Sony Xperia X

Issue description

If suppressConfirmation configuration option is set to true scan result will fail with error code 13274388 returned (fail callback). No such problem with iOS, only on Android.

@coltcook
Copy link

It's because in the onActivityResult method it's only checking if the resultCode is RESULT_CARD_INFO, it needs to also check if it's RESULT_CONFIRMATION_SUPPRESSED.

Considering how old some of the outstanding PR's are, I don't have a lot of faith in this getting resolved any time soon.

mazagatshy added a commit to mazagatshy/card.io-Cordova-Plugin that referenced this issue Dec 28, 2017
accept RESULT_CONFIRMATION_SUPPRESSED as success result
lsaito pushed a commit to AccPrj/card.io-Cordova-Plugin that referenced this issue Apr 11, 2018
hvaughan3 added a commit to hvaughan3/cordova-plugin-card-io that referenced this issue May 18, 2018
accept RESULT_CONFIRMATION_SUPPRESSED as success result
hvaughan3 added a commit to hvaughan3/cordova-plugin-card-io that referenced this issue May 18, 2018
fix suppressConfirmation bug on Android card-io#63
rugoncalves added a commit to rugoncalves/card.io-Cordova-Plugin that referenced this issue Dec 12, 2018
fix suppressConfirmation bug on Android card-io#63
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants