Page 1 of 1

Pass an image as local storage variable?

Posted: Thu Apr 12, 2012 9:51 am
by Paolo

Hi,
is it possible pass an image as local storage variable?
in other words:
-screen 1 - button to take a picture
-screen 1 - save the asset image as local storage variable (_camera)
-screen 1 - button to go to screen 2
-screen 2 - tset property to see the variable _camera in asset Image

do u know what i mean?
thanks

Paolo


Pass an image as local storage variable?

Posted: Thu Apr 12, 2012 3:49 pm
by maxkatz

You can only save string-based values in Local Storage. So you could save the image URL, for example.