-
UWP apps can't use hwinfo because they are sandboxed, they can just use the winrt apis.
UWP apps might not be as common today, but there are still many around. Some people might want to intigrate th…
-
I was developing a web app by using UWP, and when we tried to retrieve this value as what it said on this document, there is no value returned, no matter on test env or real device. Is there problem i…
-
### On which page?
https://platform.uno/docs/articles/controls/map-control-support.html
### What's wrong?
When trying to setup `MapControl` with the current Uno.Sdk version 5.3 and single project s…
-
MediaDevice::GetDefaultAudioRenderId(AudioDeviceRole::Default); fails
Exception thrown at 0x00007FFE35723B29 (KernelBase.dll) in PsyRadioPlayer.UWP.exe: WinRT originate error - 0x80070490 : 'Elemen…
-
In each function, `result` should be a non-const lvalue reference, not `const& &`;
From:
```cpp
static bool TryParse(winrt::hstring const& input, [Out] JsonArray const& & result);
static bool T…
-
I have found that `Windows.UI.Text.Core.CoreTextServicesManager.InputLanguage.LanguageTag` may return wrong input language that is not the same as returned from `Windows.Globalization.Language.Current…
-
Although most of the bits appear to be working, including correct generation/deployment of the nuget package, I was not able to get a working build (something with a meaningful output).
Looks like …
-
Determines whether the TimePicker uses a 12 or 24 hour format.
New property for ITimePicker
`string ClockIdentifier {get;}`
See also: https://docs.microsoft.com/en-us/uwp/api/windows.globalizatio…
-
don't know why MS didn't told us this.
when using js, you have to use invokeScriptAsync() in the following way.
//html
<x-ms-webview src="_URL_" id="frm"></x-ms-webview>
//JS
var…
-
**Which sample are you requesting a feature to be added to?**
Could we have more examples for using WinUI3 with C++/WinRT for Desktop APPs?
Currently most of them are wrote for UWP, not for desktop …