Page 1 of 2

Route Name

Posted: Tue Apr 11, 2017 8:53 pm
by Amirul Momenin

I have left and right button at header in iconic app
ng-click in index and its function with scope

now I need to know the current page/Route name on clicking the header button to get next action by this button


Route Name

Posted: Wed Apr 12, 2017 5:04 am
by Amirul Momenin

any news?
I have button in index and ng-click in scope function
Now I am in another page I need to navigate to another page by this header common button


Route Name

Posted: Wed Apr 12, 2017 9:01 am
by Serhii Kulibaba

Hello Amirul,

Please see an example here how to set a name (title) for the page: https://blog.appery.io/2015/09/how-to...


Route Name

Posted: Mon Apr 23, 2018 6:47 am
by Amirul Momenin

How to get CurrentPageName
or orginalPathName

$route = Appery.get("$route")


Route Name

Posted: Mon Apr 23, 2018 9:35 am
by Amirul Momenin

Hi how to get CurrentPageName in ionic app


Route Name

Posted: Tue Apr 24, 2018 9:36 am
by Serhii Kulibaba

Please use the vanilla JS for that:
prevar pageName = document.getElementsByClassName("aio-empty-screen")[0].getAttribute("active-screen");/pre


Route Name

Posted: Wed Apr 25, 2018 7:46 am
by Amirul Momenin

showing null.I am using ionic


Route Name

Posted: Wed Apr 25, 2018 9:40 am
by Serhii Kulibaba

Please set the page name to the global scope variable on each page's init function


Route Name

Posted: Fri Apr 27, 2018 6:38 am
by Amirul Momenin

How to add Side menu/Slide menu in ionic App?


Route Name

Posted: Fri Apr 27, 2018 6:55 am
by Amirul Momenin

Hi My client is asking to add slide menu on existing ionic app.How is this possible?