rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

how to pass data between two screens in Tigggzi

i am creating mobile native app ( android,iphone,windows phone 7)
how to pass variable/data to another screen.
i am planning to use local storage example
on page1:
localStorage.setItem('key', 'value');
on page2:
var item = localStorage.getItem(;key');
Please let me know is there any other alternative in tiggzi interms of performance etcc.

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

how to pass data between two screens in Tigggzi

That's the right way to pass data between screens.

Return to “Issues”