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>  上面  。