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!