Route Name
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
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 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
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
Hello Amirul,
Please see an example here how to set a name (title) for the page: https://blog.appery.io/2015/09/how-to...
How to get CurrentPageName
or orginalPathName
$route = Appery.get("$route")
Hi how to get CurrentPageName in ionic app
Please use the vanilla JS for that:
prevar pageName = document.getElementsByClassName("aio-empty-screen")[0].getAttribute("active-screen");/pre
showing null.I am using ionic
Please set the page name to the global scope variable on each page's init function
How to add Side menu/Slide menu in ionic App?
Hi My client is asking to add slide menu on existing ionic app.How is this possible?