ionic3 在ios9.0 系统下 会出现ReferenceError:Can't find variable:Intl 错误提示
Posted on 2018-08-09 15:37 陈小鑫 阅读(4632) 评论(0) 编辑 收藏 举报ionic3 框架开发app 在ios 9.0版本中 ReferenceError:Can't find variable:Intl 错误提示:
在index.html 文件中添加
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script>
一定要添加在 <script src="cordova.js"></script>
上面 。