-
Notifications
You must be signed in to change notification settings - Fork 22
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 ReferenceError: 'Promise' is undefined #82
Comments
I've added a polyfill for Promises:
The page loads extremely slowly, though, and the slide animation is also very slow and jerky. Possibly related is the fact that the demos don't work in IE. |
Hey @isherwood, when this was being built IE was not a target browser. The core Flickity library does support IE10+ so IE support would be a good addition. I've recently started a new role so my time is extremely tight right now so I can't say if/when I could refactor this. :/ More than open to PRs though if the polyfill isn't cutting it for you. |
I completely understand. Not to derail anyone, but I ended up writing a simple directive that is working well in IE11:
I was able to improve performance by simplifying my markup structure. IE is still much slower than other browsers, but it's tolerable. IE is dying anyway. |
+1 IE 10+ support would be great. I'll use the polyfill for now thanks :) |
I had an issue with IE11 -> 'Promise' is undefined Worked for me |
I'm having the same issue. @akhlopyk. Can you please how you ended up fixing it? Thanks for your help. |
This error occurs for me in IE11.
Research indicates that the module might rely on Promise, which is not supported by IE11. Was it intended that a polyfill be used? Why wasn't
$q
used instead?The text was updated successfully, but these errors were encountered: