我正在开发一个你可以在这里看到的应用:http://coster.herokuapp.com/
当我使用Firefox或Safari for iPhone时,它无法正常工作。我正在使用Google Polymer 1.0,Bootstrap 3,Skeleton,当然还有jQuery。
这是我在Firefox
中收到的错误答案 0 :(得分:0)
是的,我已经修好了,但还不是......
我修复了这段代码:
<script>
jQuery.ajax({
url: '/lib/bootstrap/dist/js/bootstrap.js',
success: function (data) {
(new Function('document', 'window', data))
.call({}, wrap(document), wrap(window));
},
dataType: 'text'
});
</script>
在Github的这个问题上:https://github.com/Polymer/polymer/issues/625