You may be able to make it work by changing IE's security settings to allow requests over file://.
But really I suggest that all web developers get themselves a local web-server and never use file://. It's not that hard, and it's worth it. On Fri, May 16, 2014 at 12:30 PM, <[email protected]> wrote: > Hi , > > I am new to the web developement and learning the HTML5 and all the web > components for couple of months. I found Polymer is really exciting. I > started with the simple application with Polymer creating custom elements( > using HTML imports) and when I tried to render in Mozilla(29) - it works > even it is not access thru localhost. But when i switched to IE11, it works > only thru local host (https://) and not as local file(file://). > > I faced similar issue while using the Jquery.min.js(AJAX while calling > another HTML in parent HTML) , as suggested by Jquery forum, I changed > window.activex condition in the Jquery.min.js and able to render it as > file://. > > Can you please suggest some way i could render the file as local in IE > 11(Windows 7)? > > > Thanks, > Maksymas > > Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/e4618adf-e3e0-4c99-ad67-ac72204dd660%40googlegroups.com<https://groups.google.com/d/msgid/polymer-dev/e4618adf-e3e0-4c99-ad67-ac72204dd660%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAHbmOLZXfmHCYiDmZSpAaXDRB3NiL4XbnpoYZGpD-xsna4iieg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
