Keyboard input does not work in paymentRequestWithCardForm
jgrody opened this issue · 2 comments
jgrody commented
Xcode: 12.5
[✓] Flutter (Channel stable, 2.0.5, on macOS 11.3.1 20E241 darwin-x64, locale en-US)
Keyboard input does not work in any field on the stripe_payment card entry UI launched using paymentRequestWithCardForm
method like so:
StripePayment.paymentRequestWithCardForm(
CardFormPaymentRequest(
requiredBillingAddressFields: 'full',
),
)
I have to resort to using the iOS copy/paste feature (not ctrl-c/ctrl-v). Like using the iOS text input toolbar Paste option. I've used this library in the past with no problems like this and there are no errors in the console or anything. I've tried toggling the emulator's keyboard settings but nothing works.
nicktran29 commented
It's still not working. Has anyone got any solution for this? It's been three months.
nicktran29 commented
Just to clarify, the keyboard works on physical device but NOT iOS emulator.