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

Card number input

Open jgalianoz opened this issue 1 year ago • 0 comments

Describe the bug We are experiencing an inconsistency in how card number inputs are displayed between Android and iOS platforms. On Android, the input field behaves/appears in one way, and on iOS, it is displayed differently. It's unclear whether this difference is intentional or a bug. We are seeking to achieve a uniform appearance and behavior of the card number input across both platforms.

To Reproduce Steps to reproduce the behavior:

  1. Use the card input element in the React native app
  2. Test in both OS.

Expected behavior The expected behavior is for the card number input field to have a consistent appearance and functionality on both Android and iOS platforms. Whether it's the spacing, formatting as the card number is entered, or visual styling, the goal is uniformity across both operating systems.

Screenshots (ANDROID) Screenshot_20240206-091353_New Stand (Dev)

(IOS) b7bceed1-d150-4f75-a263-a9bb791a7f52

Desktop (please complete the following information): N/A

Smartphone (please complete the following information):

  • Device: [iPhone15]
  • OS: [iOS17.2.1]
  • Version ["@stripe/stripe-react-native": "^0.35.1"]

Additional context N/A

jgalianoz avatar Feb 06 '24 14:02 jgalianoz