Relative Content

Tag Archive for c#mauimaui-blazormaui-windows

How hide MAUI window?

can you tell me if it is possible to hide the window in MAUI? For example, I want the window containing the MainPage to be hidden when launching the application and a second window for authorization to be displayed. After successful login, the authorization window closes and the main window becomes visible

Touchscreen Functionality Crashing in .NET Maui Hybrid App

I have a .NET MAUI Blazor application that I’m deploying on a single-board Windows 10 Computer with a touchscreen. On occasion, the app stops responding to my touch input. The touchscreen itself remains functional for other apps on the computer. If I remotely connect to the computer or plug in a keyboard/mouse, the Maui app responds to those sources of input, but the touchscreen functionality remains broken until I restart the app. This has happened on multiple computers where I’ve deployed this app, so I know it’s not an issue with one specific machine.