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

In Control Gallery, Windows Host Stops Navigating After One Click / Back Sequence #430

Open
dplattipswich opened this issue Feb 9, 2024 · 4 comments

Comments

@dplattipswich
Copy link

On Control Gallery solution, files dated 11/29/2023, as downloaded on 2/5/2024, unmodified. Built in Visual Studio 2022, version 17.8.0, on Windows 10.

I observed this behavior on my PC running Windows 10. The problem is shown in the attached video. Program launches on Windows from Visual Studio. I click the ActivityIndicator control, which correctly displays (3 seconds). I then click Back, and it goes back to the main menu (9 seconds). However, after returning to that main menu, it doesn't respond to a mouse click on any control (rest of video). I can only show one control working per launch, after which I need to restart the app.

I wondered if the NavigationPage was somehow messed up. I put in handlers in App.Xaml.cs for that page's Popped and Pushed events to see if they were firing. They fired the first time, when the control was successfully shown. But they didn't fire again, no matter which ones or how many I clicked on. See the screen shot with only one event being fired. For some reason, the navigation process just isn't happening.

The Control Gallery solution performed this operation correctly on Google Pixel 4 running Android 13. I'm attaching another screen shot to show those Popped and Pushed events being fired. It also works correctly on my iOS devices (although see the adjacent issue for a different problem with iOS).

Any ideas as to fix or workaround? Tx

ControlGalleryOnWindowsOnlyNavigatesOnce.mp4

BadWindowsControlGalleryTraces
GoodAndroidControlGalleryTraces

@AlexandreCH
Copy link

The same here

@alevega76
Copy link

idem

@alevega76
Copy link

compilen con la version net 7 y funciona...evidentemente hay lios con .net 8

@jfversluis
Copy link
Member

This looks like one that falls under the category of product issues as described here. If this is something that you experience in your own project, please make sure there is an issue for it on the .NET MAUI repository so that it is properly tracked and can be fixed.

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

4 participants