When viewing a landmark one can click on several sub-pages for the landmark such as tours, additional photographs, and a map view. After doing this when one clicks the navigation bar "back" arrow they are sent to the list view. We were expecting it would take the user back to the main landmark details page first, and then, upon another click, back to the list view.
This has been discussed before. It's due to the way Ionic does their views. The back button had to be essentially "hacked" in there. You cannot go from a list view to a tab view and keep track of the navigation
When viewing a landmark one can click on several sub-pages for the landmark such as tours, additional photographs, and a map view. After doing this when one clicks the navigation bar "back" arrow they are sent to the list view. We were expecting it would take the user back to the main landmark details page first, and then, upon another click, back to the list view.