Page 1 of 1

How do I Navigate using a mobile select menu?

Posted: Thu Jan 09, 2014 10:43 pm
by IamRobot

Hi I'm making an agenda app with a drop down select menu, the contents of the menu are other school subjects. My goal is to be able to click on these subjects in the drop down menu and then have my app navigate to that specific page but am unable to figure out how to do so. I have already tried to run the script below. Could anyone help me figure out this problem? Where do I put this script?

var value = Tiggzi('menu').val();
navigateTo(value);


How do I Navigate using a mobile select menu?

Posted: Thu Jan 09, 2014 11:00 pm
by Alena Prykhodko

Hello!

This should help http://docs.appery.io/javascript-api/...
You can Run JS action with your code on Page Show or Load event .