-
Notifications
You must be signed in to change notification settings - Fork 80
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
Keyboard inaccessible #297
Comments
Thanks for the report. This is an issue with the Stripe iOS SDK, not the plugin. https://github.com/stripe/stripe-ios Please report it here. |
@rdlabo I raised this as an issue on the stripe-ios repo here: stripe/stripe-ios#2936 (comment) A fix for this went in on the latest release - any chance of getting this lib's dependency bumped to support the fix? |
@drakedeatonuk I appreciate your excellent contribution and look forward to your continued support. The package including this will be released today as v5.3.0. |
hi @rdlabo - I've tested this with the update and can confirm that the bug has been fixed now. Thanks very much your help & for this very useful library :) 🙏 |
Platform
Describe the bug
When calling
Stripe.createPaymentSheet
&Stripe.presentPaymentSheet
, when selecting a country from the country selection picker, if I click directly onto the "Postal Code"/"Zip Code" input beneath of this, then the keyboard closes and it wont reopen until I change back to the previous input and reselect the "Postal Code"/"Zip Code" input again (this is demoed in the video below).Interestingly, if I do not click on the country selection picker at all, then when I click on the "Postal Code"/"Zip Code" input, the keyboard will stay open (this is demoed at the end of the video below).
To Reproduce
Steps to reproduce the behavior:
Stripe.createPaymentSheet
&Stripe.presentPaymentSheet
modalExpected behavior
The keyboard should be open when the user clicks directly on this input after setting a country.
Screenshots
The issue can be seen below:
https://github.com/capacitor-community/stripe/assets/41165256/d34218bb-c00d-4d87-a9dd-8666871209fb
Usage Product
I'm using the latest version - 5.0.1
The text was updated successfully, but these errors were encountered: