Parcourir la source

Improve the compatibility with IOS

- icons for dashboard
- standalone mode
master
sb domo il y a 10 ans
Parent
révision
1dd252e974
5 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. BIN
      icons/icon114.png
  2. BIN
      icons/icon144.png
  3. BIN
      icons/icon57.png
  4. BIN
      icons/icon72.png
  5. +7
    -0
      index.php

BIN
icons/icon114.png Voir le fichier

Avant Après
Largeur: 114  |  Hauteur: 114  |  Taille: 20KB

BIN
icons/icon144.png Voir le fichier

Avant Après
Largeur: 144  |  Hauteur: 144  |  Taille: 30KB

BIN
icons/icon57.png Voir le fichier

Avant Après
Largeur: 57  |  Hauteur: 57  |  Taille: 5.9KB

BIN
icons/icon72.png Voir le fichier

Avant Après
Largeur: 72  |  Hauteur: 72  |  Taille: 8.7KB

+ 7
- 0
index.php Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer