Page 1 of 1

PB5.31; WebGadget; userAgent string; compatibility mode;

Posted: Mon Aug 10, 2015 10:16 am
by HanPBF
Hello!

I've checked the user agent strings of navigator object and got another one within webgadget compared to IE11 itself.

Is it so, that the compatibility mode in webgadget cannot be switched of with "<meta..." tags only?

I found a solution which changed the registry; in a business environment does not really work...

Is there a way without changing the registry?

Thanks a lot!

Regards

Re: PB5.31; WebGadget; userAgent string; compatibility mode;

Posted: Mon Aug 10, 2015 12:32 pm
by HanPBF
<meta http-equiv="x-ua-compatible" content="ie=edge" />

This seems to make webgadget using correct current IE version...