can some explain me is there a way to convert the html5 local storage data into a csv file and store it inside ipad.
i have an html page with some text fields. when user click the submit button it is stored inside the html5 local storage. then i need to use that data to create a csv file and store it locally inside ipad app.
Let me tell my requirement. 1) get the text field data from the html page and save it to my local storage 2) get the data from the local storage and write into a csv file and save it inside an ipad 3) attach that file to the email from my app it self so i need the file path and file name to send it as attachment. 4)i have written an objective c function which sends the data 5) i call the objective function from javascript
These things are done in ipad application which uses html5 and javascript