Bob Bringhurst,
I am still having an issue going back on Android devices-- I think it is a web browser error, not an app error.
Here is the function that is called when we click our back button:
back: function() {
window.location = "goto://FolioNavigation/lastview";
}
Problem is solved for me now. I found in the documentation that is says to just use ' href="goto://FolioNavigation/lastview" '....Not sure why we had it as window.location instead of that from the beginning. I will leave this up in case anyone happens to do the same thing.