When try to run a complex HTML5 page (exists locally on my desktop ) on IE10 it works perfectly, but when I try to load it in the webbrowser control I don't get all the features.
Although I've called html5test.com from the control it scored 319 witch is enough for the components in the HTML5 page I'm calling, however IE10 scores 320 points in the html5test.com.
here is the way that I'm calling the page with:
webBrowser1.Navigate(
"file:///C:/Users/Abood/Desktop/Html5%20Activities/TAB_BIOL_002/index.html");
What possibly is wrong?
p.s: I've Added a DWORD
value of 10001
for wpfapplication1.exe to the registry atHKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
. (also set the value for the Wow6432 version of the same key)
Thanks.