This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
suppressConfirmation bug on Android #63
Comments
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.
General information
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.
The text was updated successfully, but these errors were encountered: