Results 171 comments of Jaiganėsh Kumaran

Also, it seems like all the groups are in a single list with a single tab stop. It would be better if they were separate so you can easily switch...

In the hierarchical nav view, the tab key only goes through the first item or the main item and to navigate inside a group, you need to use arrow keys...

At least use a minimum size that's usable enough.

> I hope you will be pleased to know that this is fixed in the next release. Great!

@xyzzer There's an email API for WinRT apps and that doesn't use the share contract however it has a bug which prevents from sharing attachments to email apps other than...

Another thing is many desktop apps provide an email option however that only works with desktop email clients and not UWP ones like Windows Mail.

@DarranRowe Color.ToString returns the hex representation of the colour, not the display name. From the [docs](https://learn.microsoft.com/en-us/uwp/api/windows.ui.color?view=winrt-22621#tostring-behavior-for-color): > For C# and Microsoft Visual Basic, the language support for the Color structure...

@DarranRowe Are you running as packaged or unpackaged. Maybe this has to do with it using old MRT (Windows.ApplicationModel.Resources) instead of MRT Core from Windows App SDK (Microsoft.Windows.ApplicationModel.Resources). Or maybe...

@DarranRowe Probably the UWP XAML framework needs to be initialised first then.

You can already host another app using Launcher.LaunchForResults.