I’m creating a book styled app, with a large amount of “List Item” (like a total of about 150). When the user clicks on a List Item it takes them to a particular section of the book. So say a user clicks on “List Item” #80, the problem that I’m having is that when the user hits the Back Button, the screen goes back to the very top of the List Item section starting at #1 instead of returning to the midway point where List Item #80 is located. So then the user has to scroll all the way down the list to get back to #81, if he was going in chronological order.
Is there a way to get the return screen / Back button to return the user to the exact location of where the list item was clicked?
Thanks!