#isabella_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1433115938261172326
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hm I'm not sure I understand the issue exactly. Can you share a screen recording so we can see what you mean? Also, is this a new app in development, or is this an older app with a regression (ie. this used to work but now isn't)?
Yes, let me get a video. This is a new screen in development. I am using version 21.29.0 of the Stripe Android SDK.
You can see in the Compose example that the generic card view (the gray card) shows up immediately.
So it the first video it looks like you have the cardinputwidget within another container that's just too narrow
Are you able to see the code snippet? I just have it wrapped in a AndroidView.
Are you saying it is too narrow length-wise or width-wise?
Width wise
I can see the snippet, yeah
What you're seeing is pretty normal for that input widget if it's placed within a container that's too narrow
Since all of the input items are on one line, we have to cut it off like that
Okay I will try playing around with it some more, I suppose.
Another question. Is it possible on Android to get all the card input elements to show up initially like this? This is the iOS view, but I haven't been able to achieve it on Android yet. Some pointers would be helpful.
Hi there! I'll be taking over from my colleague.