You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: