-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE11 support (polyfill) #40
Comments
@Fletcher91 Could you take a look at this? Might be a |
Turns out we needed to add some polyfills for IE11 support. I've added default polyfills (should at least fix the above issue, which required an Array polyfill). I'll test it when the next build is deployed. This requires a new release of reactivesearch. |
Okay, this does not work. This needed to be fixed upstream in |
Fixed previous issue with ce85679. However, there still is a JS parsing issue in IE11 (in Validator.js). I'll try compiling to ES3. |
Currently, the application does not properly function in Internet Explorer. Since a large portion of our potential users (government officials) tends to use IE, we should explore whether we could support it.
The text was updated successfully, but these errors were encountered: