stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Unable to progress past card number input on small screens

Open mburst opened this issue 2 years ago • 0 comments

Describe the bug When using card field on smaller devices you can sometimes get stuck in the masked input field that handles the credit card number. On larger devices the month/year shows so you can get out of the credit card number field by pressing that

To Reproduce

  1. Use a small phone such as an iPhone 12 mini
  2. Fill out the credit card number
  3. The UI will auto forward you to the month/year input
  4. Click back to the credit card number

You're more stuck unless you backspace at least once to simulate making a change to the number.

Expected behavior Should have the ability to click on month/year like you do on larger devices such as iPhone 13

Smartphone (please complete the following information):

  • Device: 12 mini
  • OS: ios 15.2

Additional context Can probably reproduce this on larger devices by just shrinking the size of the card field, but I didn't test that

mburst avatar Apr 27 '22 01:04 mburst