0

I am new to web technologies and therefore curious why I can't open/show/render websites which are created with the polymer framework.

I tried it with System.Windows.Controls.WebBrowser and Awesomium WebControl. Other sites can be opened without problems, but when I try to navigate to the samples on the polymer site like the paper calculator demo or the topeka demo I get a white blank page or just the 'splash screen'. Opening these sites with internet explorer or chrome work fine.

I'm running Windows 8.1 Pro with IE Version 11.

Peter Burns
  • 44,401
  • 7
  • 38
  • 56
  • IE embedding typically runs in compatibility mode. – SLaks Jul 01 '14 at 13:07
  • Thanks for the quick reply ! Tried to disable the compatibility mode like in the [post](http://stackoverflow.com/questions/6717055/how-do-i-turn-off-compatibility-view-on-the-ie-webbrowsercontrol-in-a-winforms-a). But still got the same behaviour :( – user3793915 Jul 01 '14 at 13:26

1 Answers1

0

What version of IE is being used? Polymer only supports IE 10+

dfreedm
  • 834
  • 5
  • 5
  • Going further with this question, the version of IE used will depend on the version of Windows. You'll need to be on at least Windows 7 for Polymer (and many other modern web tools) to work with any Internet Explorer based browser. – Peter Burns Jul 01 '14 at 17:35
  • Just looked it up. Using IE Version 11 on Windows 8.1 Pro. – user3793915 Jul 02 '14 at 09:16