How can I determine what Page the app is coming from during a PageShow event? For example, during PageShow I am executing a service call to get data. When I click on the data I will navigate to another page. If I then click the back button to return to original page the PageShow will fire again and execute that same service call when it is not needed. Is there a way to determine when I am coming from before executing my service call?