You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
Steps to reproduce the behavior, please provide code snippets or a repository:
Go to this link, which is a hosted version of this, and you will find a largely blank page below the header in IE11
Expected behavior
It should work as it does in other browsers. The Stripe documentation says IE11 is supported.
System information
Windows 10
IE11
PHP7,4
Additional context
The Accepting A Card payment Stripe sample also does not work with IE11, as reported here. This can once again be easily demonstrated by loading the hosted example specified in the readme in IE11. I am therefore assuming that the problem which is preventing these samples from working is with the latest version of Stripe JS.
I completely understand that IE11 is an outdated browser, but the problem is that a certain percentage of my clients still use it, meaning I need to support it.
The text was updated successfully, but these errors were encountered:
@jackrichardson thanks for the feedback. Sorry for the confusion regarding support. Stripe.js itself does support IE11. You can verify this on the Elements Examples page. Stripe Checkout itself also does support IE 11.
However as you've seen, some of our demos and documentations do not render properly in IE11. We'll look into making the demos and integrations examples support the same browsers as our core library, but it's difficult to strike a balance between conciseness of examples and browser support. Most modern frontend frameworks no longer support IE 11 out of the box, and providing a build toolchain to support outdated browsers is somewhat out of scope for these demos.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
Not working with IE11.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
It should work as it does in other browsers. The Stripe documentation says IE11 is supported.
System information
Additional context
The Accepting A Card payment Stripe sample also does not work with IE11, as reported here. This can once again be easily demonstrated by loading the hosted example specified in the readme in IE11. I am therefore assuming that the problem which is preventing these samples from working is with the latest version of Stripe JS.
I completely understand that IE11 is an outdated browser, but the problem is that a certain percentage of my clients still use it, meaning I need to support it.
The text was updated successfully, but these errors were encountered: