How to read the Local Storage data of the webview from a cordova plugin?

Is there a way to read the data stored in the local storage of the Webview (stored using window.localstorage), from a Cordova plugin in Android.

By looking at the files created by the Android app, Local Storage data comes under app_webview/Local Storage.

i assume you are looking to test and hence you want to view data in local-storage.

i use a chrome plugin

It get’s the job done

Not for testing… I want some data which I am generating the in the JS side in my plugin JAVA code.

I am also facing same problem.
Want to access webview local storage in my IONIC 3 app.
Is it possible?