I have tried navigating to remote views via both anchors that have href set and in JS by app.navigate("test.html") and no matter which way i perform the navigation, navigating back (pressing the back button in the nav bar or pressing back in the browser) results in the application navigating to the starting index page. It's as though the views that are navigated to are not being recorded as I navigate to them. I have not been able to find much information on this. The only relevant information I found was to check app.pane.history (an array) and sure enough it was empty after I had perfomed a few jumps of navigation. I'm not really sure what to do at this point beyond trying to catch the back event and implement the history manually. Any suggestions?