Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Local storage issue

Hi
I am trying to get the app to store the info entered into the 3 inputs, (name, mobile and email), but can only get 1 to work at any time, i'm pretty new to this so please be gentle

Image

kind regards
michael

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

Local storage issue

How are you storing the data?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Local storage issue

Hi Max
in events Image

and then events (load) and then set property Image

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

Local storage issue

If you need to store the entered values, then you should save them on button click (not page load).

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Local storage issue

will this save all 3, do I put all in the same grid, or how do i group them to an event on a single button

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

Local storage issue

You can do under the same event (Click).

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Local storage issue

sorry Max, as i said i am very new to this, can you suggest a tutorial

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Local storage issue

thanks Max
thats sorted your a star,
can I ask you is there a way to build a drop down selectable list of users input and save this to local storage, for e.g. on a taxi booking app can we store their pickup and drop off details for use again

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

Local storage issue

Sure you, you are just creating an HTML5 mobile app.

Return to “Issues”