Hi buddy,
I want to store the app data(form data) to the local Storage… My confusion is that Where should be the app data saved in the local storage…??? In inbuild memory or in the external memory…??? Because I am very new to this topic…
@dr9493 about the HTML5 localStorage, I have no idea about this, but since Hybrid apps use a webview, localStorage should be stored somewhere in the context of the app, when the app is uninstalled the data is lost.