You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2019. It is now read-only.
You've found a legitimate difference between Android and iOS config. To only scan the image in iOS, you have to set detectionMode, to CardIODetectionModeCardImageOnly for the same behavior as Android. This is not mapped correctly in the Cordova plugin.
Can you please confirm that this is the behavior you desire? If so, we'd happy merge a PR, should you submit one.
Required Information
Issue Description
I've attempted to test the "suppressScan": true for iOS, but it doesn't seem to work. Checking https://github.com/card-io/card.io-Cordova-Plugin/blob/master/src/ios/CardIOCordovaPlugin.m file, I don't see the suppressScan variable there. I think it's simply adding this config boolean and verifying that the iOS source is referenced correctly.
I tested this on Android and it works fine.
The text was updated successfully, but these errors were encountered: