When you use the built in Windows web browser, you need to control which
version of IE it emulates by creating a registry setting for your app. 
Otherwise, it will default to a very old emulation (IE 7).
So you would need to create a registry entry for your app at :

Computer\HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION

24373

Create an entry [yourapp.exe] REG_DWORD 0x00002711.

Then it will run using IE11 emulation. That should solve your problem.

Googling FEATURE_BROWSER_EMULATION will give you more detail.

R Greg Dawson


+-------------------------------------------------------------------+
|Filename: FEATURE_BROWSER_EMULATION.PNG                            |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=24373|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to