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

Windows specific forum
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

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

Post 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
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

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

Post by HanPBF »

<meta http-equiv="x-ua-compatible" content="ie=edge" />

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