有类似 iOS 版 Google Gear 的东西吗?
Google Gears 提供了离线浏览支持。 Google 不支持该技术。
我想知道:
- 为什么这项技术被放弃了?这与 HTML 5 的采用有什么关系吗?
- iOS 有类似的技术吗?
我想利用这样的技术为iPad应用程序添加“离线模式”。
HTML5 离线模式的一些限制此处。
Google Gears provided support for offline browsing. This technology is no supported by Google.
I'd like to know:
- Why was this technology dropped? Does it have anything to do with the adoption of HTML 5?
- Are there any equivalent technologies for iOS?
I'd like to use such a technology to add an "offline mode" to iPad applications.
Some limitation of HTML5 offline mode here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google Gears 的几乎所有功能都包含在 HTML5 中,并由 Mobile Safari 实现。
如果您需要离线支持,请以 HTML5 标准方式实现,它将在 Mobile Safari 中工作。开发时可以使用Safari/Mac进行测试。
如果您熟悉 Google Gears,您会发现 HTML5 实现类似。例如,如果您想使用离线模式,您可以阅读 深入了解 HTML5 中的 HTML5 API
Almost everything Google Gears has is included in HTML5 and implemented by Mobile Safari.
If you want offline support, implement it in the HTML5 standard way and it will work in Mobile Safari. During development, you can use Safari/Mac to test.
If you are familiar with Google Gears, you will find that the HTML5 implementation is similar. So for example, if you want to use offline mode, you can read the HTML5 API in Dive Into HTML5