Hi,
I'm building a mobile app where you can drill into listview items to see details.
I've set up a standard back button:
<a data-role="button" href="#:back">Back</a>
...which works fine on all my other pages, but requires 2 or 3 pushes before it'll return to the previous page from a listview details page.
As the previous page isn't always the same (I have past, present and future listview pages which all use the same function to obtain data and output to the same place) I can't work around it by just adjusting the navigation.
Can you give me suggestions on a work around/solution?
Amy
I'm building a mobile app where you can drill into listview items to see details.
I've set up a standard back button:
<a data-role="button" href="#:back">Back</a>
...which works fine on all my other pages, but requires 2 or 3 pushes before it'll return to the previous page from a listview details page.
As the previous page isn't always the same (I have past, present and future listview pages which all use the same function to obtain data and output to the same place) I can't work around it by just adjusting the navigation.
Can you give me suggestions on a work around/solution?
Amy