Justin Anderson
Justin Anderson
This bug is likely related to an issue I just filed with Stripe's Android SDK... They changed the Card Brand icon to a Jetpack Compose Compsable view in Android v20.36.0....
This bug is likely related to an issue I just filed with Stripe's Android SDK... They changed the Card Brand icon to a Jetpack Compose Compsable view in Android v20.36.0....
I am not using SwiftUI. I'll see if I can cobble together a quick sample app I can share with you. Our use case is a little different than most......
Didn't want this to get stale... I've started working on a sample app I can share and hope to have that sometime this week.
@eurias-stripe Ok, I've attached a little sample project, as well as a video clearly showing that any time the back button is pressed, the `STPPaymentCardTextFieldDelegate.paymentCardTextFieldDidChange()` callback is not called. It's...
@eurias-stripe Any update on this? I'm making some changes in our code and this is becoming problematic for me
@eurias-stripe I was doing a little more digging today because this issue just became a higher priority because it's preventing me from adding some new features in my app... When...
@eurias-stripe Just noticed the fix for this! Thank you!!!
@eurias-stripe Just tested the latest version of the Stripe iOS SDK, and your fix only partially solved the problem. The `paymentCardTextFieldDidChange()` callback does indeed now get called, but the cardNumber...
@eurias-stripe I'm uploading a new sample project that shows that the fix didn't fully fix the problem, and in actuality, is probably not the correct fix to make... The real...