Want to run my website in IE11, but in edge document mode

955 Views Asked by At

We have created an application that works well in Chrome, Safari, Firefox, and Edge. Now one of user tried to use Internet Explorer and there were a lot of UI issues.

We have tried setting meta tags, to set document mode to edge in IE11, but it's not working.

<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

We don't want to fix UI issues as it is working fine in edge, so just want to use edge document mode in IE11.

1

There are 1 best solutions below

0
Adder On

It appears from What does <meta http-equiv=“X-UA-Compatible” content=“IE=edge”> do? that IE11 edge mode will use the highest modes of IE11, but it doesn't know about the Edge-browser itself.