Jackson Meira Santos
Posts: 0
Joined: Sun Aug 28, 2016 11:53 pm

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Select Dropdown Navigate To Page

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...

Jackson Meira Santos
Posts: 0
Joined: Sun Aug 28, 2016 11:53 pm

Select Dropdown Navigate To Page

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Select Dropdown Navigate To Page

Hello,

Please use a JS below:
preApperyio.navigateTo("nextPage");/pre on the ng-change attribute of that select component

Return to “Issues”