Bajaru
Posts: 0
Joined: Sat May 11, 2013 6:46 am

Use Mobile Select Menu to Navigate to a Page?

Could I use use the mobile select menu to navigate to another page? For example, if the user chooses, "Veni" could it navigate to page "pgVeni" in my project?

I saw this post https://getsatisfaction.com/apperyio/...
but I'm missing the part about page navigation.

Should I set a variable (myPageVar) to the name of the page and then invoke a function like this?:
function goToPage() {
Tiggr.navigateTo(myPageVar);
}

Return to “Issues”