Page 1 of 1

Select Dropdown Navigate To Page

Posted: Sun Aug 28, 2016 11:53 pm
by Jackson Meira Santos

How do I set up so that when an option in a select is selected, redirect to another page. I'm using Ionic.


Select Dropdown Navigate To Page

Posted: Mon Aug 29, 2016 8:24 am
by Illya Stepanov

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


Select Dropdown Navigate To Page

Posted: Mon Aug 29, 2016 1:09 pm
by Jackson Meira Santos

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.


Select Dropdown Navigate To Page

Posted: Thu Sep 01, 2016 7:19 am
by Serhii Kulibaba

Hello,

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