#aerologic_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/1270074157282885762
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- aerologic_docs, 6 days ago, 8 messages
Here are some screenshots.
Hi ๐
I'm sorry but this statement makes no sense to me
Implementing Android SDK into native Kotlin webview
Webviews implement lightweight web browser functionality, while the Stripe Android SDK is used to add Stripe functionality to Android applications.
I'm using the Android SDK with our webview. I simply initiate the verification screen from our website instead of a native button. It works the same as a normal Android application.
What do you mean by "the verification screen"? What flow are you implementing
The webview part is mostly irrelevant.
Identity verification, as seen in my screenshots.
Sorry, missed that bit.
Most Stripe browser based Stripe UIs do not support running in Webviews
But it's not the browser version, it's the SDK version.
The iframe/browser version didn't work, so I'm implementing the SDK which does work, it just goes back and forth between the actual native modal and the Chrome client modal.
For something like this I'd recommend a Github issue with detailed reproduction steps on the Android SDK repo