Cat
Posts: 0
Joined: Wed Sep 25, 2013 11:01 am

Navigate to page from html button

Hello I'm trying to do something that I'm not sure is possible to do.

I actually wanted a floating button, but since Ionic3 is still too early for production and the current supported Ionic version doesn't support FAB, I thought perhaps a type of workaround might work. I tried to create a floating button with html which needs to navigate to a different page on click.

For that, I followed this thread:
https://getsatisfaction.com/apperyio/...

Clicking the button takes me back to the login page (the first page to load) instead of the intended page. I'm thinking that perhaps either for some reason it resets to the first page or needs auth details or something?

Any ideas? Perhaps it's not possible to do with current Ionic version?
Thank you!

Image

Image

Image

Image

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

Navigate to page from html button

Hello,

Please use the directive "navigate-to" (https://docs.appery.io/docs/appbuilde...) for that: pre<button navigate-to="Screen2">Screen2</button>/pre

Cat
Posts: 0
Joined: Wed Sep 25, 2013 11:01 am

Navigate to page from html button

OmGosh - Off course! Thank you very very much!

Return to “Issues”