I’ve been tinkering in Xamarin, to allow my development to more easily target multiple mobile platforms. I’ve made a start on two apps, and I just hit a little wall that was easily fixed but I thought was worth sharing: The Xamarin tutorials show navigation as being done with a “Push” like this: await Navigation.PushAsync…