Eilon Lipton
Eilon Lipton
So like this? https://github.com/dotnet/maui/pull/25387
@PureWeen / @jfversluis - so I guess we can close this if it's considered just a legacy behavior?
Hi @pablokentch , is the thing you're looking for the `App.DragWindow()` API, and you're saying it doesn't exist in .NET MAUI? I'm guessing such an API would be specific to...
Hi @pablokentch , it's probably something you could do by calling platform-specific APIs, like: ```c# #if WINDOWS SomeWindowsAppSDKClass.DragWindow(); #endif ``` Though I don't know exactly which API it would be...
Thanks to Mike from the Windows App SDK team, we came up with a workaround for anyone running into this issue. The same type of workaround should work in a...
> Thanks for the workaround. However, I have now ended up with a self-developed dropdown web component, as the design and functional possibilities of the HTML select element are very...
I just checked in WebView2 in WinUI to test the status of various CSS cursors. The situation is that a lof of them don't work, even though pretty much all...
--- **Issue moved from dotnet/maui#16251** - Please respond to @trivalik. --- _From @trivalik on Thursday, July 20, 2023 11:34:39 AM_ If the MAUI app could not be used, is the...
--- **Issue moved from dotnet/maui#16251** - Please respond to @Letiz0. --- _From @Letiz0 on Thursday, July 20, 2023 12:12:21 PM_ > If the MAUI app could not be used, is...
--- **Issue moved from dotnet/maui#16251** - Please respond to @msftbot[bot]. --- _From @msftbot[bot] on Thursday, July 20, 2023 4:39:46 PM_ We've added this issue to our backlog, and we will...