via-guy
via-guy
@kgaidis-stripe can you please have a look at this? It would really help out a lot of people.
@kgaidis-stripe I know this isn't a critical issue so no rush, but would love to push this tiny PR forward.
This is an issue for us too. We're not sure why those other values are blocked. Also, is it possible to get the CVV as well? E.g. from an AMEX...
This is also a duplicate of https://github.com/stripe/stripe-ios/issues/2484
@scannillo we're having this issue too using the iOS 16.4 or later. It doesn't happen to us on a simulator running iOS 16.2 or earlier. We're actually using `BraintreeDropIn/UIKit (8.2.0)`,...
We resolved the issue by not using the `editDelegate` to check for when backspace was pressed. Instead in `textField(_:shouldChangeCharactersIn:replacementString:)` we check `string.isEmpty && range.length > 0` to see if the...
@scannillo I recently fixed a memory leak in my project for `webView.configuration.userContentController.add`, which retains the handler. It was very difficult to debug.