Without using a Navigation Page, you can only PushModal. Why don't you want to use one?
not navigation page how to push page?
mc
5,426
Reputation points
I am not using shell just set mainpage
MainPage=new MainPage();
int MainPage I can not use navagation.pushasync
await Navigation.PushAsync(new IndexPage());
but I can pushModal
await Navigation.PushModalAsync(new IndexPage());
how can change page if I can not use Navigation.PushAsync?
I do not want to use navigationPage:MainPage=new NavigationPage(new MainPage());
Developer technologies | .NET | .NET MAUI
4,152 questions