Currently I'm working on phone gap project. I have one html file containing all pages for my iPhone app. I want to pass data between pages. So which way will work efficiently:
- using submit button, on submit I will pass data and can access on another page;
- using jam-page-params plugin;
- using localStorage.