用 safari 编写的 iPod touch/iPad 应用程序可以在没有互联网连接的情况下运行吗?
我知道对于本机应用程序,下载后,我可以在没有网络访问的情况下运行它们。
我还知道对于 safari webapps,我可以运行它们,并且服务器可以存储数据。
然而,有没有办法编写一个网页,将其保存到我的 iPhone,允许它对 iPod touch 本身进行 I/O,并且在没有 Web 访问的情况下运行它?
[想象一个以网页形式编写的待办事项列表;但我希望它随身携带,即使我没有网络访问权限也能运行。]
谢谢!
如果不可能;请提供链接。如果可以的话,请现在告诉我。
I know that for native apps, after I download them, I can run them without a network access.
I also know that for safari webapps, I can run them, and the server can store the data.
However, is there a way to write a webpage, save it to my iPhone, allow it to do i/o to the iPod touch itself, and also run it without web access?
[Think a todo list written as a webpage; but I want it with me and running even when I don't have network access.]
Thanks!
If not possible; please provide link. If possible, please tell me now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要查看以下文章:
它解释了如何使用缓存清单文件为 iPhone 创建离线 Web 应用程序,该文件包含对需要保存以供离线使用的所有资源的引用,例如 JavaScript、 CSS、图像或 HTML。
You may want to check out the following article:
It explains how to create offline web applications for the iPhone, by using a cache manifest file, which contains references to all the resources that need to be saved for offline use, like JavaScript, CSS, images or HTML.