vkeepe / card.io

Scan Credit Card Number - iOS & Android Cordova plugin
Other
32 stars 23 forks source link

How to remove manually button on IOS #16

Open bstuelp opened 6 years ago

bstuelp commented 6 years ago

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!