OAuthTwoDemo.XForms icon indicating copy to clipboard operation
OAuthTwoDemo.XForms copied to clipboard

Problem after migrating to Xamarin.Forms 1.3

Open tkowalczyk opened this issue 10 years ago • 0 comments

Hi,

According to this article: http://developer.xamarin.com/guides/cross-platform/macios/updating-xamarin-forms-apps/

I would like to use LoadApplication (new App ()); instead off SetPage(App.RootPage()); but after this public static Action SuccessfulLoginAction { get { return new Action (() => { _NavPage.Navigation.PopModalAsync(); }); } } application crashes because of _NavPage is probably null.

Any workarounds?

Best, Tomek

tkowalczyk avatar Jan 07 '15 18:01 tkowalczyk