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 has been archived by the owner on Jan 12, 2019. It is now read-only.
Im using this library in my project. In that additionaly i add card number field. After entering card details press done . i set card name popup after pressing Done button. I set cardname popup with two buttons --> Cancel and Apply.
General information
Issue description
Im using this library in my project. In that additionaly i add card number field. After entering card details press done . i set card name popup after pressing Done button. I set cardname popup with two buttons --> Cancel and Apply.
Here is java Code,
@OverRide
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode, resultCode, data);
Having Doubt In cancel button. When I press Cancel , dialog dismiss and move to the scan page. But How to move previous page. (ie) card details page.
The text was updated successfully, but these errors were encountered: