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
Tested on
Device iPhone SE 1st Gen, iOS 13.5.1
Simulator iPhone SE 1st Gen, iOS 13.4
It is possible to create an infinite loop on the main thread resulting in app not responding.
Steps to reproduce:
create an STPPaymentCardTextField (e.g. via interface builder)
make the leading/trailing distance to the screen 15pt each
set the STPPaymentCardTextField.cvcPlaceholder to something long (e.g. "Kreditkartenprüfnummer")
Run the app
Enter 4242 4242 4242 4242 424 242
The app will go into an infinite loop.
It does not happen, if the cvcPlaceholder is set to "CVC" - maybe it could happen, if the STPPaymentCardTextField was smaller.
Installation method
cocoapods
SDK version
21.1.0
The text was updated successfully, but these errors were encountered:
Tested on
Device iPhone SE 1st Gen, iOS 13.5.1
Simulator iPhone SE 1st Gen, iOS 13.4
It is possible to create an infinite loop on the main thread resulting in app not responding.
Steps to reproduce:
The app will go into an infinite loop.
It does not happen, if the cvcPlaceholder is set to "CVC" - maybe it could happen, if the STPPaymentCardTextField was smaller.
Installation method
cocoapods
SDK version
21.1.0
The text was updated successfully, but these errors were encountered: