Select Dropdown Navigate To Page
How do I set up so that when an option in a select is selected, redirect to another page. I'm using Ionic.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do I set up so that when an option in a select is selected, redirect to another page. I'm using Ionic.
Hi -
There is no pages in Ionic, you should use Routing with specific logic in your app.
Here is more information about Routing: https://docs.appery.io/docs/appbuilde...
Thanks for the feedback, I believe that I have not been very clear. I just need the drop down selection block, navigate to a page when one of the options are selected, this without any button, once selected, the menu opens automatically.
Hello,
Please use a JS below:
preApperyio.navigateTo("nextPage");/pre on the ng-change attribute of that select component