Hi.
I am wondering about the best approach to pass a variable when using
Appery.navigateTo('page');
I have a list of items, where -li class="item-item" rel="object_id"-
onclick ".item-item" = Appery.navigateTo('ViewItemPage');
I want to pass the "object_id" to "ViewItemPage", to "READ" the item data from DB and display it on the page.
Thanks!
-Tom