#morteza_api
1 messages ¡ Page 1 of 1 (latest)
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.
- morteza_api, 2 minutes ago, 33 messages
- morteza_api, 5 days ago, 34 messages
- morteza_api, 6 days ago, 87 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259825757820289034
đ Have more to share? Add details, code, screenshots, videos, etc. below.
I debuggged the webview but i don't see any errors in the console
Any kind of errors thrown in the webview console?
nothing
I click the copy buttun which is in red
it works if I open the website directly on chrome, firefox, but not in webview
Can I ask you to write in please? My understanding is that this should just work but we'd need to see more details of your integration including your code and/or a reproduction of the problem and that requires time
https://support.stripe.com/contact/email?topic=api_integration
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I opened it in broswer and works
You've explained that, but we need to see your webview code inside of your native application
it
As I explained, in-depth questions are beyond the remit of this server really
seems to be working
seeems like the domainn was http
now it's working
I used ngrok to forward it to https
Great!
may I ask another question
I show copy button using this
const cardPinCopy = elements.create("issuingCardCopyButton", {
toCopy: "pin",
style: {
base: {
fontSize: "12px",
lineHeight: "24px",
backgroundColor: "red",
},
},
});
this code actually renderes a button inside iframe I guess, how can I trigger this programatically
?
Trigger what programatically? The copy?
You won't be able to I don't think, not unless you can get access to those DOM elements inside the iframe