Issue when on root page when we port Xamarin to MAUI #3519
RAMESHKUMAR502
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI All,
I have ported Xamarin to .net MAUI .
But i see below issue On MAUI
NavigationPage must have a root Page before being used. Either call PushAsync with a valid Page, or pass a Page to the constructor before usage.
Below is the code i have used
this.MainPage = RxApp.SuspensionHost
.GetAppState()
.CreateMainPage();
Beta Was this translation helpful? Give feedback.
All reactions