MauiPlanets
MauiPlanets copied to clipboard
Explore Now not working
Please help.
Using both Pixel 5 and Pixel 3a Android emulatros:
I click on 'Explore Now' on StartPage and it goes to a dark blue screen.
Any ideas how I can fix this, please?
yes, same problem
click on 'Explore Now' on StartPage and it goes to a dark blue screen.
This is a known issue with Maui.Android. An issue is already open on Maui GH repo.
iOS version works fine.
change StartPage.xaml.cs as follow:
async void ExploreNow_Clicked(System.Object sender, System.EventArgs e) => await Navigation.PushAsync(new NavigationPage(new PlanetsPage()));
instead of setting Application.Current.MainPage directly