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

How to remove manually button on IOS #75

Open
bstuelp opened this issue Aug 14, 2017 · 1 comment
Open

How to remove manually button on IOS #75

bstuelp opened this issue Aug 14, 2017 · 1 comment

Comments

@bstuelp
Copy link

bstuelp commented Aug 14, 2017

I need to remove manual button bottom in my app. I have use this code but "suppressManual" seems doesn't work for IOS (android it is ok):

CardIO.scan({
"expiry" : true,
"cvv" : false,
"zip" : false,
"suppressConfirm" : true,
"suppressManual" : true,
"hideLogo" : true
}, onCardIOComplete, onCardIOCancel);

capturar

Can anyone help me? Thanks in advance!

@pushpendra-jaypore
Copy link

Hello just set suppressManual: false from your config

Here is the correct code

CardIO.scan({
"expiry" : true,
"cvv" : false,
"zip" : false,
"suppressConfirm" : true,
"suppressManual" : flase,
"hideLogo" : true
}, onCardIOComplete, onCardIOCancel);

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