#Ely
1 messages · Page 1 of 1 (latest)
Hi there
Hmm sounds to me like something is stealing your focus so that you can't enter an input into the webview
Overall this isn't really a Stripe issue. It likely has to do with how you are launching your webview with React Native and any conflicting dependencies
Is there a reason you don't just integrate CardField into your React Native app?
Instead of using a webview?
The entire React Native app is just a webview to the web app, at some point we will make a proper native app but so far this is what we have, I'll try to find a way to fix the focus issue in the React Native, thanks