setting local storage variable on page1 and checking that value on load event of page 2
Posted: Wed Dec 11, 2013 2:04 pm
by Ketan Patil
on page 2
i have maped variable to where & wrote following code
but value is not coming from page1
if ( imgnm == 1) Tiggzi("mobileimage_2").attr("src", Tiggzi.getImagePath("Vidya_systems300.jpg") );
pl. help
setting local storage variable on page1 and checking that value on load event of page 2
Posted: Wed Dec 11, 2013 2:13 pm
by Maryna Brodina
Hello! Here is how to set localStorage variable on page and retrieve it on another page http://docs.appery.io/tutorials/build...
Could you clarify where did you add this code and what are you trying to do?
setting local storage variable on page1 and checking that value on load event of page 2
Posted: Wed Dec 11, 2013 2:35 pm
by Ketan Patil
for text variables it is working.
i want to pass value from page1 and depending on that value i have to open particular image form media manager(already uploaded in UI).
pl. help me!
setting local storage variable on page1 and checking that value on load event of page 2
Posted: Wed Dec 11, 2013 3:49 pm
by Kateryna Grynko