more changes for the mobile version, with an appcache added for offline usage
parent
25f3b10676
commit
c4b3febd3c
|
@ -0,0 +1,8 @@
|
||||||
|
CACHE MANIFEST
|
||||||
|
|
||||||
|
CACHE:
|
||||||
|
vif_mobile.html
|
||||||
|
vif.js
|
||||||
|
CBDL/CBDL_graphics.js
|
||||||
|
CBDL/CBDL.js
|
||||||
|
test.vif
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html manifest="vif.manifest">
|
<html manifest="vif_mobile.appcache">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
|
Loading…
Reference in New Issue