I want to give my users the ability to add bookmarks of pages in my app. So for example if they're on a page called "boomerangs" I want to store that in an array somewhere for bookmarks and then they can come back to it later. I've got the array part sorted, but what I can't get is what page they are currently on? Is there an Appery API to get current page name so that i can simply do a navigateTo() at a later date with the value i've stored?
Thank you