IE11 invalid argument #7
Replies: 2 comments 3 replies
-
Hi, it's great that you found it useful. I am not sure what to say to IE 11 support. |
Beta Was this translation helpful? Give feedback.
-
Thank you @JochemAlb for your input, It took a while to set up an environment on windows but I found the issue and it was animation keyframes that are not supported by IE, I made an exception in the code, and now should work. Please check the new version https://github.com/costlydeveloper/ngx-awesome-popup/releases/tag/1.0.5 by the way, I noticed that IE does not support many other things, for example (append, prepend, remove.. etc) so I installed an additional library in my IE test environment https://www.npmjs.com/package/dom4 and included script in angular.json |
Beta Was this translation helpful? Give feedback.
-
Hi, we'd like to use your asesome popup. However one of the requirements for our app is to also be available in IE11 (unfortunately).
When we import NgxAwesomePopupModule in the app.module.ts file, our app won't work in IE11, we get a blank page. This error is thrown on the console ("Ongeldig argument" means "Invalid argument"):
Other browsers such as chrome and firefox are just fine.
Is IE11 meant to be supported? Is this an issue that can be looked at in a short period of time?
Thank you,
Jochem.
Beta Was this translation helpful? Give feedback.
All reactions