magicfrankie
Posts: 0
Joined: Tue Oct 09, 2012 2:07 am

Display contents of localstorage as a list on page

Hi,

I have coded a simple app in pure html and js which accepts a name, number and a date. When the button is clicked the items are saved in localstorage and displayed on the page as a list. I've placed the name, number, date picker and a button on a screen in Tiggzi. When the button is clicked I would like the contents of the fields and the date, to be displayed on the page and when another entry is saved it will be added on the next line on the page and so on.

Thanks in advance for any help.

Frank

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Display contents of localstorage as a list on page

You can use the local storage API the same way in Tiggzi to save/read values.

This should also help: http://docs.tiggzi.com/tutorials/buil...

Return to “Issues”