WindowsAppSDK icon indicating copy to clipboard operation
WindowsAppSDK copied to clipboard

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.

Results 481 WindowsAppSDK issues
Sort by recently updated
recently updated
newest added

there is no pdfviewer that works with Windows Ink, it would be to count a PDFViewer for UWP

feature proposal

# Proposal: Gather Analytics May we gather analytics with the Reunion SDK? ## Summary Analytics can tell us: 1. What type of new apps are being created? 2. How is...

area-DeveloperTools
feature proposal

# Proposal: Add MAPI support to allow Store apps send mail ## Summary Create an API similar to MAPI to allow Store apps to interact with mail apps like Outlook...

area-Share
feature proposal

I've just been experimenting with adding a custom cursor in my UWP app like this. ``` Window.Current.CoreWindow.PointerCursor = new Windows.UI.Core.CoreCursor(Windows.UI.Core.CoreCursorType.Custom, myResourceId); ``` It works OK, except that if I change...

area-Input
feature proposal

# Proposal: Support "ms-app" URI schema to activate applications ## Summary Add support for a new "ms-app:" URI schema to support launching an app via URI, equivalent to how one...

area-Lifecycle
feature proposal

# Proposal: Desktop applications must follow your accent colour Desktop Win32 apps that doesn't use WinUI 3 must follow your accent colour. Today apps use blue mostly eg: GDI which...

area-Shell UX
feature proposal

# Proposal: Include a testing framework in Project Reunion ## Summary Project reunion is an overarching project to bring different UI stacks (WPF and UWP) using WinUI 3. However, the...

area-DeveloperTools
feature proposal

# Proposal: Support custom metadata field for optional packages (and possibly other type of packages) ## Summary Allow main package to selectively load optional packages by querying exposed custom metadata...

area-AppExtension
feature proposal

# Proposal: Run a component governance task in the CI pipeline. ## Summary The release pipeline runs a 'component governance' task to ensure that the signing process involves only approved...

feature proposal

# Proposal: AppContainer for Win32 apps ## Summary This proposal attempts to bring the advantages of app containers (limited permissions and file system access) to Win32, by documenting how a...

area-Win32
area-AppContainer
feature proposal