Ionic Framework (BackButton)
I am trying the new Ionic Framework with Appery, i can navigate to a new page but i couldn't activate the back button in header. Does anyone know?
Thanks,
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/
I am trying the new Ionic Framework with Appery, i can navigate to a new page but i couldn't activate the back button in header. Does anyone know?
Thanks,
Hello,
Did you enable back button for all pages?
How do you navigate between pages?
Hello Sergiy,
I navigate between pages with creating a function with a script (appery.navigateto (page), then bind it to the ng-click of button as written in tutorial of pizza app with bootstrap & angularjs.
How can i enable back button?
Thanks,
Hello,
Do you mean programmatically?
Hello Alena,
No, not programmatically. Sergiy asked for enabling back button for all pages. I asked how?
I just want to know how to enable back button in header when i navigate to a page for history.
Hello,
I couldn't make it work. Do you have any idea? or will there be a tutorial for directives and controllers?
Thanks,
Hello Taucher,
We are very sorry for delay. There is Back Button, please look at the screenshot
back-button is like a property to any value, it adds reaction to click on it with the action codehistory.back()/code. In your project in the directives section there is the code of this directive. You may also try to implement http://ionicframework.com/docs/api/di... in your project if you like.
Thanks Evgene,
It worked! But it shows on everypage including index.
I will use Jquery for my projects now. But i am so excited to use ionic framework for my projects.
After the release of the stable version of ionic, can we use it like jquery (event, mapping, etc.) ?
Will there be some missing components like side menu, range?
Hello,
Sure. This is in development right now, a lot of functionality is planned to be added, new components as well.
Ok, what about modals? I didn't try back-button.