Creator2.1不支持ios8和ios9吗?
多谢@dantezheng的提醒,的确是ios9 不支持es6的写法引起的,我把main.js里面的let和lambda引起的,删除后就好了
- 测试的时候,在ios9上打开creator发布的h5项目报错,换什么浏览器都报错。具体错误如下:
TypeError: window.boot is not a function. (In ‘window.boot()’, ‘window.boot’ is undefined)
www/main/test/:133:20
- 看了下发布后的index.html文件,发现html中上个脚本节点还没有加载完,就开始加载下个脚本了,如图:

