I have a page with a ListView. Clicking on an item PushAsync's another page with details about the item. Clicking a toolbar button at the top of the page PushAsync's a page where a user can create a new entry.
So...
Clicking an existing item, hit back, hit new item, hit back, hit existing item, hit back, hit new item, hit back...eventually you get the attached mess of a call stack. Now, I know I'm not including code here, but wondering if this call stack can trigger any bells with anyone? It does seem random -- as in the number of times you have to go back and forth in the UI before it happens seems to vary. But it does seem to happen, both on device and simulator.
Any insight could be helpful...