Page 1 of 2

Ionic Framework (BackButton)

Posted: Fri May 22, 2015 12:01 pm
by taucher

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,


Ionic Framework (BackButton)

Posted: Fri May 22, 2015 5:29 pm
by Serhii Kulibaba

Hello,

Did you enable back button for all pages?
How do you navigate between pages?


Ionic Framework (BackButton)

Posted: Fri May 22, 2015 6:22 pm
by taucher

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,


Ionic Framework (BackButton)

Posted: Sat May 23, 2015 4:42 am
by Alena Prykhodko

Hello,

Do you mean programmatically?


Ionic Framework (BackButton)

Posted: Sat May 23, 2015 8:07 am
by taucher

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.


Ionic Framework (BackButton)

Posted: Wed May 27, 2015 4:56 pm
by taucher

Hello,
I couldn't make it work. Do you have any idea? or will there be a tutorial for directives and controllers?

Thanks,


Ionic Framework (BackButton)

Posted: Wed Jun 03, 2015 8:26 am
by Evgene Karachevtsev

Hello Taucher,

We are very sorry for delay. There is Back Button, please look at the screenshot

Image

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.


Ionic Framework (BackButton)

Posted: Wed Jun 03, 2015 5:31 pm
by taucher

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?


Ionic Framework (BackButton)

Posted: Thu Jun 04, 2015 5:31 am
by Alena Prykhodko

Hello,

Sure. This is in development right now, a lot of functionality is planned to be added, new components as well.


Ionic Framework (BackButton)

Posted: Sat Jun 06, 2015 4:41 pm
by Ma

Ok, what about modals? I didn't try back-button.