使用Android Webview的PouchDB本地存储

时间:2015-04-23 08:47:02

标签: android webview local-storage pouchdb

我使用PouchDB将本地存储数据库与远程CouchDB数据库同步。

在Chrome中,我可以看到本地存储广告位的内容(WebSQL,IndexedDB ...)和PourchDB Inspector(Chrome的附加组件)或开发人员工具中的标签Ressources:

enter image description here

您知道是否可以在Android Webview中获取本地存储的内容?

1 个答案:

答案 0 :(得分:1)

如果我理解你想在Android设备上使用chrome调试工具?如果是这样,也许该链接可以帮助您: https://developer.chrome.com/devtools/docs/remote-debugging#debugging-webviews