#christian_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ 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/1260289159352942674
đ Have more to share? Add details, code, screenshots, videos, etc. below.
According to stripe's docs, it says that this event is only fired if the browser is deemed compatible
Our docs say this:
Triggered when the Element is fully rendered and methods on the instance, like element.focus() and element.update(), can be called.
Where are you seeing something different?
Im seeing this. I highlighted the heightobserverprovider container to make it visible that I have the Stripe iframe rendered but its not there.
The visibility of the text "express checkout" relies on the ready listeners
Ive also got loadError listeners that hide the "express checkout" text when that fires, but seems that doesnt fire. Ive also double checked that they payment methods are configured correctly on the test mode dashboard since the element is configured to use the default behaviour of looking at our enabled payment methods
So the issue is that only a skeleton is loading, correct? Not the full thing? Or is the issue that you're not getting on('ready') when you expect to?
I dont actually see a skeleton, the on('ready') event just fires but nothing is displayed