使用 Android 浏览器的 HTML5 离线存储

发布于 2024-10-07 01:07:42 字数 209 浏览 3 评论 0原文

我正在研究如何使用 Android 设备来创建需要离线使用的网站。我还没有找到很多关于Android浏览器如何处理HTML5的localStorage和WebSQL的信息。有人知道这些的尺寸限制吗?它们是否可以更改(我知道移动 Safari 允许 WebSQL 如果需要存储最多 50mb)。

另外,有什么关于Android浏览器的好资源吗?我还没找到什么好东西。

谢谢。

I am investigating using an Android device for a website that needs to be usable offline. I have not been able to find much information on how the Android browser handles HTML5's localStorage and WebSQL. Does anyone know the size limit for these? Are they changeable (I know mobile Safari allows WebSQL to store up to 50mb if requested).

Additionally, any good resources on the Android browser? I haven't been able to find anything good.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

紫﹏色ふ单纯 2024-10-14 01:07:42

今年在柏林举行的 JSConf.eu 上有一次关于客户端持久存储的讨论。有些幻灯片还涉及 Android 2.1/2.2 浏览器,也许它们可以给您一些提示:

http://www.slideshare.net/jensarps/the-hitchhikers-guide-to-client-side-persistent-storage

There was a talk about client side persistent storage at this years JSConf.eu in Berlin. Some of the slides also touch the Android 2.1/2.2 browser maybe they can give you some hints:

http://www.slideshare.net/jensarps/the-hitchhikers-guide-to-client-side-persistent-storage

述情 2024-10-14 01:07:42

查看使用 jquery mobile 或 sencha 作为在线/离线应用程序的框架。使用缓存清单并不是非常困难,有很多教程:

http://www.nils-dehl.de/2010/06/how-to-make-a-sencha- touch-app-offline-usable-with-the-html5-cache-manifest/

Check out using jquery mobile or sencha as your framework for your online/offline app. Using a cache manifest isn't terribly difficult there are a bunch of tutorials out there:

http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/

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