Http-equiv = "X-UA-Compatible" content = "IE = 10" becomes default on different page in IE 11 with Serial StrokeReader ActiveX
I have a header that I include on different pages. Inside the header there is
<meta http-equiv="X-UA-Compatible" content="IE=10" />
It works on one page, but when I click on a link to another page with the same title, it becomes the default internet explorer 11. something overrides my meta tag. I'll include an image explaining the developer. Can anyone point to the correct article or if you are facing this problem can you tell me where the problem is?
BTW I am using Serial Port Reader which only supports IE-10 but PC is Windows 10 and I cannot IE-10 there.
The first page where the meta tag works is
Then I click on the Details link and it takes me to a page inside a single header, but there I lose the meta tag.
and an error in the console if it is related to this problem in some way
+3
source to share