dart-archive / polymer-dart

Polymer support for Dart
https://pub.dartlang.org/packages/polymer
BSD 3-Clause "New" or "Revised" License
181 stars 33 forks source link

Newbie in Dart-polymer #646

Closed Pelinor closed 8 years ago

Pelinor commented 8 years ago

I've bought web storm and I've built the template dart with polymer and compiled. Then, I've deployed it into my web. (matemáticas-interactivas.com) And it works only ok in Chrome , Opera and of course in Chromium. But it doesn't work in IE and firefox. So, I'm wondering if I must use polymer..¿Is it an old issue?¿Is there any shortcut to avoid it?

zoechi commented 8 years ago

The issues on GitHub is primarily for bugs and feature requests. Can you please ask on StackOverflow.com or https://groups.google.com/a/dartlang.org/forum/?nomobile=true#!forum/web

IE and Firefox don't support shadow DOM yet, some styling things need some manual additions to make it work in browsers without native shadow DOM support. https://www.polymer-project.org/0.5/articles/styling-elements.html might provide some useful information (search for polyfill)