I'm encountering a weird problem with a navigation bar on an iPad Xamarin forms app. It seems to be intermittent so before I go to the effort of trying to nail down a reproducible case to submit a bug I thought I'd post here to see if anyone else has had this issue.
Basically I have a bunch of list view pages that are a drill down menu of sorts. I drill down a few levels, then sometimes when I press back back back to get back to the main page of my app, the very last back button animates the navigation bar to what it should be (the title of my root page) but the content stays the same... The navigation bar and then actual pages are then out of sync, and the only way to fix is to kill the app.
This is on Xamarin Forms 1.3, on the iPad Air iOS 8.1 simulator. I haven't encountered this on my older retina iPad physical device or the iPad Retina iOS 8.1 simulator.
Has anyone encountered anything like this? Sorry I can't provide much more information, I'm having trouble reliably reproducing it so this is a bit of a shot in the dark.