哪个版本的android和ios webview支持indexeddb? [英] Which version of webview of android and ios supports indexeddb?

查看:475
本文介绍了哪个版本的android和ios webview支持indexeddb?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用cordova开发混合移动应用程序。因此,我正在研究离线存储的解决方案。似乎indexeddb是我最好的选择。



现在我不清楚每个平台的哪个版本的Webview支持索引数据库。我使用我可以使用进行检查,但我认为没有列出每个平台的网络视图。 / p>

在哪里可以找到这些信息?

解决方案

我不知道该怎么做工作科尔多瓦。但是我认为他们直接在每个操作系统中都使用了官方的webview。



caniuse.com实际上确实列出了对android和iOS的支持。它在 Android浏览器 iOS Safari ...

下。

关于android,之所以能够实现,是因为webview不再使用原始的(笨拙的)Android浏览器,而是自4.4版以来的自定义Chrome版本:




  • 铬30为4.4.0

  • 铬33为4.4.3

  • Chromium 37 for L Developer Preview



(注意:官方铬支持与像这一个这样的android浏览器,请注意...)



并且将来的iOS 8将支持indexedDb,在最近的Apple主题演讲中已经对它进行了介绍。



总而言之,indexedDB将在android 4.4+和iOS8 +上运行。


I'm developing a hybrid mobile app using cordova. So I'm researching the solutions for offline storage. It seems indexeddb will be my best choice.

Now I'm not clear which version of webview of each platform support indexed db. I use can I use to check, but I don't think webview of each platform is listed.

Where can I find these information?

解决方案

I dunno exactly how works cordova. But i think they re directly using the official webview in each OS.

And caniuse.com actually do list the support for both android and iOS. It's under Android Browser and iOS Safari...

About android, it's made possible because the webviews are no longer using the original (crappy) Android Browser, but a custom chromium build since 4.4:

  • Chromium 30 for 4.4.0
  • Chromium 33 for 4.4.3
  • Chromium 37 for L Developer preview

(Notice: there could be some strange difference between official chromium support and android browser like this one, be careful...)

And indexedDb ll be supported in the future iOS 8, it has been annouced during the recent apple keynote.

To sum up, indexedDB would run on android 4.4+ and iOS8+.

这篇关于哪个版本的android和ios webview支持indexeddb?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆