Skip to content Skip to sidebar Skip to footer

Why Does My Vue Web App Load A Blank Page In Ie11 And Look Broken In Edge?

I'm having a bit of trouble with getting my project to work on IE11 and Edge You can view it here: https://tagfireandsecurity.co.uk/ THE PROBLEMS IE11: Blank page, shows multiple

Solution 1:

Sorry to say this, you can't render a website built with JS based framework (VUE, ReactJS etc) in IE, and the JS engine of Edge (non-chromium) is not capable of handling all features of ES6 standard. If the customer wants to use your website on a Microsoft based browser, then they have to switch to the latest Edge based on Chromium.


Post a Comment for "Why Does My Vue Web App Load A Blank Page In Ie11 And Look Broken In Edge?"