ソースを参照

Improve the compatibility with IOS

- icons for dashboard
- standalone mode
master
sb domo 10年前
コミット
1dd252e974
5個のファイルの変更7行の追加0行の削除
  1. バイナリ
      icons/icon114.png
  2. バイナリ
      icons/icon144.png
  3. バイナリ
      icons/icon57.png
  4. バイナリ
      icons/icon72.png
  5. +7
    -0
      index.php

バイナリ
icons/icon114.png ファイルの表示

変更前 変更後
幅: 114  |  高さ: 114  |  サイズ: 20KB

バイナリ
icons/icon144.png ファイルの表示

変更前 変更後
幅: 144  |  高さ: 144  |  サイズ: 30KB

バイナリ
icons/icon57.png ファイルの表示

変更前 変更後
幅: 57  |  高さ: 57  |  サイズ: 5.9KB

バイナリ
icons/icon72.png ファイルの表示

変更前 変更後
幅: 72  |  高さ: 72  |  サイズ: 8.7KB

+ 7
- 0
index.php ファイルの表示

@@ -33,6 +33,13 @@
?>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="apple-touch-icon" href="./icons/icon57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./icons/icon72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./icons/icon114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./icons/icon144.png" />
<title>COPS</title>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jQuery/jquery-1.10.2.min.js") ?>"></script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jquery-cookie/jquery.cookies.js") ?>"></script>


読み込み中…
キャンセル
保存