0
votes

I use PouchDB to synchronize a local storage database with a remote CouchDB database.

In Chrome, I can see the content of the local storage slots (WebSQL, IndexedDB...) with PourchDB Inspector (add-on for Chrome) or with the tab Ressources in the developer tools:

enter image description here

Do you know if it is possible to get the content of local storage in the Android Webview?

1

1 Answers

1
votes

If i understand well you would like to use chrome debug tools on an Android device? if so maybe that link can help you : https://developer.chrome.com/devtools/docs/remote-debugging#debugging-webviews