-
### Description
RadioButtons with two or more groups doesn't initialize correctly in UWP.
### Steps to Reproduce
1. create a new xamarin forms app and use the following code in one page;
…
-
As a windows launcher, this should be able to launch Windows Universal Apps.
-
In a Windows 10 update years ago (I think 1709), pen behaviour was changed so that dragging the pen scrolls (like with a touch screen) in GDI apps, UWP apps and Microsoft Edge WebViews but was not upd…
-
We regularly have app authors asking for guidance on which is the best option for them for how to architect their app. Example options:
- Pure native (UWP/XAML)
- React Native for Windows
- A web v…
-
### Current behavior
![Auto suggest text not properly display issue](https://github.com/unoplatform/uno/assets/74563602/c7ff6d5a-08af-44f9-9fcf-c77bbad2921f)
![Auto suggest text not properly display…
-
## Current behavior
![UWP Icon asset](https://user-images.githubusercontent.com/49959074/87085072-4236dd80-c1fd-11ea-81e4-2a3409dbd2b7.gif)
## Expected behavior
![UWP Icon asset correct…
-
ITNOA
As you know, Unfortunately UWP app has been deprecated so Did you any plan to Migrate to WinUI3 and Window SDK?
https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/migrate-to-win…
-
Today UWP XAML item templates are shown for a WinUI 3 C++ project under the XAML node. These shouldn't be displayed in a WinUI 3 project to prevent users from accidentally selecting the wrong item tem…
-
Please note when migrating an implementation from WebBrowser that the API has changed significantly. The web view provided for Windows Forms and WPF is a subset of the UWP WebView functionality, which…
-
Has anyone thought about how to support windows?
I was thinking of using [WebView](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.WebView) which supports Windows 8 and Windows 10…