#StevenBrown
1 messages · Page 1 of 1 (latest)
I know its weird but it doesn't belong to any UI component, it is happening on System-level.
and I do not know if it is belong to any stripe class or anything but I am having this whenever I upgrade stripe version from 20.12.0 to 20.16.1.
If I use 20.11.0 and lower it works fine
having this issue in Android 12 only
Um but what is that EditText? Is it a component from our Stripe SDK?
no it is system level EditText
Kindly watch this video, may be you will get something.
I am not using any class of Stripe or EditText but I am having this issue as I upgrade my stripe version above 20.12.0
Hmm that's weird
Would you know if anything on screen is blocking keyboard?
I mean, like general Android debugging
yup I did but got nothing unfortunately and I don't know if it has anything to do with Stripe versions
I am confused why it is working with or below 20.11.0 and not working above 20.11.0
Have you tried a few versions above 20.11.0? like 20.12.0, 20.13.0?
Or try in a different clean/minimal project
Yes I tried 20.12.0, 20.13.0, 20.14.0, 20.15.0, 20.16.0 and 20.16.1
Hi! I'm taking over this thread.
The UI in your video doesn't look like the Payment Element or the Payment Sheet. So this UI is not from Stripe, correct?
So are you sure this issue is related to Stripe?
Not really, but why is it happening with updated version that's why I reached to you guys.
Hi there 👋 I'm jumping in to lend a hand, please bear with me a moment while I catch up on the context here.
Not sure this is something related to Stripe, but rather combining multiple dependencies with some specific versions on that project which (maybe?) causing that system behavior. We can't admit here if just using Stripe SDK 20.16.1 in a project could lead to such behavior. You can try running this project sample:
https://github.com/stripe/stripe-android/tree/master/example on Android 12, and see if there is a probleme with EditText (AFAIK there isn't) You can try add some of the dependencies of your project to this example and try to implement that EditText with that UI and see if you can reproduce the issue.
If this is something blocking you, I invite you to provide a sample minimal Android project that reproduces this issue on Android 12 using Stripe SDK 20.16.1 and we'll try to debug this further