googlearchive / app-drawer-template

Application template that demonstrates the PRPL pattern
28 stars 22 forks source link

Errors in Safari #4

Closed justinfagnani closed 8 years ago

justinfagnani commented 8 years ago

Originally reported to Polymer-CLI: https://github.com/Polymer/polymer-cli/issues/183 which has a fix:

Changing document.body.appendChild(e); to window.onload = function() { document.body.appendChild(e); } fixed the issue for me.

kevinpschaaf commented 8 years ago

Fixed in #3.