erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Safari on iOS not support? #75

Closed rockdai closed 9 years ago

rockdai commented 9 years ago

Since Safari mobile not support document.registerElement: https://developer.mozilla.org/en-US/docs/Web/API/Document.registerElement So an error will be thrown here: https://github.com/erikringsmuth/app-router/blob/master/src/app-router.js#L13

erikringsmuth commented 9 years ago

Most browser's don't support it yet. Hence, the polyfill https://github.com/WebComponents/webcomponentsjs.

rockdai commented 9 years ago

got it