Results 171 comments of Jaiganėsh Kumaran

There are already several C++/WinRT samples for Windows App SDK. An example is applying Mica, which the WinUI 3 Gallery app only has code example for C# while the docs...

No, I do not agree. You can still provide some sample code for C++, just like some docs pages.

I recommend using background downloader rather than HTTP client. Background downloads runs even after the browser is closed so users will not loose any data.

@FireCubeStudios You don't understand how Background Downloader works. When you download a file, it doesn't actually download the file. Instead it add the download to the download list. You need...

Please provide an option to completely disable all third-party context menu items and just have the default ones.

> Any chance to add the option to show tabs in full screen mode? would be nice to have that option to toggle on/off It would be better if the...

Would it be possible to provide a fake minimize button that first exists compact overlay and then enters back into it when restored?

@niels9001 Please suppress the bot message.

It seems like this can already done by calling VisualTreeHelper.GetOpenPopups() and then checking if a ContentDialog is part of it instead of trying to show a new dialog and catch...

@SprengerS I do remember it working. Maybe it has been changed in WinUI 3 (I tested in WinUI 2 originally)?