stripe-archive / react-stripe-elements

Moved to stripe/react-stripe-js.
https://github.com/stripe/react-stripe-js
MIT License
3.03k stars 319 forks source link

Payment Fields are not clickable in Samsung device #535

Closed ersachit closed 3 years ago

ersachit commented 4 years ago

Hey Team, we have integrated the stripe in our react-native-web project but there is one problem that we are facing in Android (only Samsung) device i.e, we are not able to click on the payment fields when we are adding card details. Since there is a next button enable on the keyboard but there is no option to go back if the user wants to edit any of the detail. Things are perfectly working fine on iOS.

Seems like when the keyboard is open, the input fields have no focus since we can't tap on it. As soon as, keyboard hides, they got the focus back and we can click on that.

asolove-stripe commented 4 years ago

Hi @ersachit: sorry you didn't get a faster reply, did you ever find a solution to this problem? I just checked and things seem to work with Elements on Samsung devices, so I would have to speculate that there might be something from the addition of react-native-web that is complicating things.

sashko-stripe commented 3 years ago

Hi, this project has migrated to React Stripe.js as of early 2020, which also has a somewhat different API. If you believe this is still important, please re-open it there.