-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CardField Not Initializing Correctly Using dangerouslyUpdateFullCardDetails
#1928
Comments
I assume on Android what you want is to auto-focus the date field when the card number is already pre-filled? |
yes correct |
I'll retest this now that I see the new v11.1.0 release |
Still not appearing on iOS, on iOS it just advances to the date, not filling it in, and still not advancing on Android, I tested this commit: |
it's not published yet, so you'll have to do a dependency override, similar to
|
Got resolved to:
Screen.Recording.2024-10-09.at.13.12.24.movThere is a change, on iOS now it appears, but still on both it does not move forward and is confusing for users |
Yes, I have not fixed this one yet |
Describe the bug
When you initialize the card controller with a card number like so:
where
initialCardNumber
is a full real card number that I got from scanning the card before thatTo Reproduce
Steps to reproduce the behavior:
4242 4242 4242 4242
Expected behavior
Smartphone / tablet
Smartphone / tablet
Additional context
Screen.Recording.2024-09-17.at.19.38.39.mov
It might seem that the reason is the smaller width of the phone, that is not true, it is reproduceable on larger phones as well and you can also see the date field a bit on the right, but it does not come to the left
@jonasbark I know you are busy, but we are relying on this library, would an estimate or a priority be possible for this issue?
The text was updated successfully, but these errors were encountered: