2

I'm developing a websites using Paper/Core Elements with HTML Import of Polymer Project. As subjested in some post about Polymer and Polyfill, I have imported 'webcomponents.js' that matches to 'platform.js'. That solved my problem partially, only for Mozilla Firefox and Internet Explorer. On Safari its not still working.

I'd like to avoid to change framework, because polymer seems to be the best.

IMAGE

Edric
  • 24,639
  • 13
  • 81
  • 91

1 Answers1

0

I may be wrong, but I dont think Safari is supported. Here:

https://www.polymer-project.org/0.5/resources/compatibility.html

Safari doesn't support HTML imports at the time.

  • No, you're not wrong, I had also read that table, but I knew that if this was not checked, the compatibility was partial and not totally incompatible. Now, to solve this, i'm using an other web framework like ios ui, only for safari. If someone else wants to adopt the same idea, this can be useful: HOW TO CHECK SAFARI BROWSER http://stackoverflow.com/questions/7944460/detect-safari-browser FRAMEWORK 7 (iOS UI) http://www.idangero.us/framework7/get-started/ Thanks to all, Marco – Marco Cusano May 21 '15 at 07:28