ios上的angular 2 app不能正确显示绑定数据

时间:2017-08-08 12:58:56

标签: ios angular

我们的angular 2应用程序不会在iphone 4s(ios 9.3.5)设备上显示数据。

尝试Safari,Firefox和Chrome.Still没有运气。

Android上的所有浏览器都会显示该应用。喜欢魅力。

我希望该应用能够正确显示iphone设备上的数据。

在第一个屏幕截图下方显示了在iphone 4s上运行的应用程序。

风格在那里,但没有数字。

所需的结果是在第二个屏幕截图中,用户可以在Android设备上正确显示数值。 任何帮助表示赞赏。

亲切的问候。

iphone 4 no data is displayed

android device data displayed correctly

Android设备 - 数据正确显示

<!doctype html>
<html>

<head>
  <meta http-equiv="x-ua-compatible" content="IE=edge">
  <meta charset="utf-8">

  <title>Polsan</title>
  <base href=".">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="./res/images/favicon.ico">
  <!-- Latest compiled and minified CSS -->
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
    crossorigin="anonymous">


  <!-- application css -->
  <link href="./res/styles/app.css" rel="stylesheet" />
  <script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.4.1/es5-shim.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js"></script>
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
</head>

<body>
  <app-root>Uygulama Yükleniyor...</app-root>

</body>


</html>

0 个答案:

没有答案