How do I Navigate using a mobile select menu?
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);