English 中文(简体)
App 缓存:需求清单?
原标题:App cache: manifest on demand?

我正在开发一个网络应用程序, 可以在网上使用, 也可以在离线 < 坚固 > / 坚固 > 上使用。 用户可以选择下载内容或不下载内容。 用于快速打开并重定向他到包含 HTML 标签上显示属性的页面 。

这就像一个符咒, 浏览器的行为像预期的一样, 下载所有在舱单上列出的东西, 并且以离线模式工作 。

如果用户在选择下载内容之前将页面添加到主屏幕上。 他显然会链接到没有明显属性的页面上。

如果他选择在主屏幕上下载Webap上的内容, App将拒绝在离线模式下工作。

我想是因为在IOS的档案中 缺少了名单标签 最初在主屏幕上隐藏/链接到的


<强 > 简短概览:

Go 在线 - & gt; Safari - & gt; 选择下载 appcache - & gt; 添加到家用屏幕 - & gt; 脱线 - & gt; 从家用屏幕打开 Webapp - & gt; Works

Go 在线 - & gt; Safari - > 添加到家用屏幕 - & gt; 从家用屏幕打开 Webapp - & gt; 选择下载 appcache - & gt; 离线 - & gt; 从家用屏幕打开 Webap - & gt; Does not work


您要如何处理? 是否有办法选择主屏幕上连接的文件? 我总是为空的列表文件服务, 并只为主屏幕上的版本? 我是否错过了明显的东西?

最佳回答

尝试在缓存列表中列出的页面上添加起始页, 但不显示属性。 一旦浏览器下载了列表, 它就不必再依赖属性了 。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!