I'm developing an app using CORDOVA and I am using localstorage in javascript
Can I use Cordova to access local storage in webview directly?
I looked at the documentation on the https://cordova.apache.org/docs/en/latest/ but couldn't find it.
Javascript code -
window.localStorage.setItem("test", "hello World");
ios native code - I want
get("test");