Bonjour,
Je suis en train de réaliser une application accessible hors ligne.
J'ai un problème au niveau de la partie "FALLBACK" de mon manifest. Je voudrais que tous mes fichiers non accessibles hors ligne soient redirigé vers un fichier hors_ligne.html, mais cela ne fonctionne pas.
Merci pour votre aide.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 CACHE MANIFEST # v 1.0 CACHE: bt.html css/general.css js/script.js js/fonctions.js js/jSignature.js.php js/jSignature.CompressorBase30.js.php # Fichier JS : jQuery https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js FALLBACK: # Fichier de redirection pour les fichiers non accessibles / /hors_ligne.html NETWORK: *
Partager