-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
form builder and form render not working with internet explorer 11 #1022
Comments
This is the error:
When running the project in a node project it works in Edge (https://formbuilder.online/docs/contributing/). -- edit |
can you share your configuration in a codepen? |
Will test this when I get home from work. |
@kevinchappell in IE11 i get these errors: Polyfills (cdn provided by @harshalyelpale ) also couldn't solve it. --edit "Internet Explorer is no longer a browser anyone should rely on" ~https://www.theverge.com/2019/2/8/18216767/microsoft-internet-explorer-warning-compatibility-solution That being mentioned, Edge works fine and the new released Edge Chromium works perfect. |
formBuilder is working perfectly on Microsoft Edge (Chromium-based Edge) Version 79.0.309.71 now. As @W1-PopelierE said Internet Explorer 11 is no longer supported on Windows 7, we should not rely on IE 11. |
Thanks for testing @W1-PopelierE |
Resolved by #1033 |
🎉 This issue has been resolved in version 3.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description:
App Env. : Angular 8 with .Net Core 3.0
form builder and form render not working with internet explorer 11, even edge browser also.
Tried with polyfill.js also, below is script added at the top of other JS files
<script src="https://polyfill.io/v3/polyfill.min.js?features=Object.assign,Object.entries,Promise,Array.prototype.includes,Array.prototype.find,String.prototype.startsWith,Object.values,String.prototype.includes"></script>
Environment Details:
Expected Behavior: It should work (Form Builder & Form Render)
Actual Behavior: Nothing is happening. Not even getting any error in the browser console. However, it works well with Chrome, Firefox browser etc.
Steps to Reproduce
Screenshot - (optional)
The text was updated successfully, but these errors were encountered: