MauiPlanets icon indicating copy to clipboard operation
MauiPlanets copied to clipboard

Explore Now not working

Open lockhartsoftware opened this issue 2 years ago • 3 comments

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?

lockhartsoftware avatar Oct 26 '22 19:10 lockhartsoftware

yes, same problem

click on 'Explore Now' on StartPage and it goes to a dark blue screen.

felique avatar Nov 04 '22 02:11 felique

This is a known issue with Maui.Android. An issue is already open on Maui GH repo.

iOS version works fine.

naweed avatar Nov 04 '22 03:11 naweed

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

githubgoucho avatar Dec 14 '22 11:12 githubgoucho