用 safari 编写的 iPod touch/iPad 应用程序可以在没有互联网连接的情况下运行吗?

发布于 2024-08-19 10:56:26 字数 281 浏览 4 评论 0原文

我知道对于本机应用程序,下载后,我可以在没有网络访问的情况下运行它们。

我还知道对于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哥,最终变帅啦 2024-08-26 10:56:26

您可能需要查看以下文章:

它解释了如何使用缓存清单文件为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文