Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem after migrating to Xamarin.Forms 1.3 #5

Open
tkowalczyk opened this issue Jan 7, 2015 · 0 comments
Open

Problem after migrating to Xamarin.Forms 1.3 #5

tkowalczyk opened this issue Jan 7, 2015 · 0 comments

Comments

@tkowalczyk
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant