Using Navigation in MasterDetailPage with Autofac and Xamarin.Forms
问题 I'm trying to use Autofac in Xamarin.Forms project. I created basic samples successfully, even used ViewFactory for some more complicated samples. However, I'm unable to use MasterDetailPage along with Navigation . I'm using factories and services written by Jonathan Yates. You can find his code here My Application Bootstrapper: protected override void ConfigureApplication(IContainer container) { var viewFactory = container.Resolve<IViewFactory>(); var mainPage = viewFactory.Resolve