我有一个从教程中调整的 iPad 应用游戏。我有html manifest="game.manifest"
。服务器上的 game.manifest 说
GAME MANIFEST
CACHE:
Bubble.html
js/Wrong.js
js/Particles.js
js/Bubble.js
sounds/burst.aif
image/Front.png
image/Back.jpg
服务器 MIME 设置为 .htaccess
当我将它保存到主屏幕时,它不会在飞行模式下打开。它说“无法打开,因为您没有连接到互联网”。
该游戏位于 www.kobernik.com/bubblepop/balloon.html
为什么它不起作用?