Jaiganėsh Kumaran
Jaiganėsh Kumaran
> > Many app developers who build simple apps won't bother creating a beautiful modern experience. The default always should always be the best that works for most apps. Apps...
In addition to WinUI 3, the default title bar for UWP apps (non-extended) should be updated to include the app icon. I did propose in Reunion about this but got...
Windows Server 2022 has added a SupportedFileExtensions property which gives the list of registered file types in the manifest. This can be useful so the apps can declare the file...
> +1 > > [Windows.ApplicationModel.AppInfo](https://docs.microsoft.com/uwp/api/Windows.ApplicationModel.AppInfo) has properties and methods that are meaningless and problematic for unpackaged apps. In fact most of AppInfo's properties and methods are hard to imagine how...
Here's what I propose the API should look like. ``` [default_interface] runtimeclass AppInfo { String Name { get; }; String Description { get; }; String Publisher { get; }; String...
@Dibyajyoti176255 English (India)? The only reason Windows/other platforms offers these as separate options is that choosing them changes system locale and set things like calender/date format but most likely there's...
> Adding support for all Indian languages is quite work intensive. We can't invest our time in that. There are like 22 official languages. Understandable but at least the languages...
I think CameraCaptureUI requires you to invoke IInitializeWithWindow and pass the window handle.
> Looks like the `CameraCaptureUI` does not support `IInitializeWithWindow`, and expects the caller to be on a `CoreWindow` thread. The implementation uses multiple pickers and launchers that need the "with...
There's an undocumented function to associate an existing HWND to a new CoreWindow instance and you'll be able to use GetForCurrentView after calling it however you don't get a splash...