Jon Wiswall

Results 62 comments of Jon Wiswall

Super interesting, but not a WASDK issue. I've filed http://task.ms/49323440 for @RobertStPierre or @luedersj to look into.

This is very similar to existing issue #52, but has more detail. @awsomecode would you mind if we made this the primary since it has the "proposal" format with details?...

Hey @ddsilva-msft - do you have anything coming as API support for Passkeys in apps? There's the https://learn.microsoft.com/windows/win32/api/webauthn/ API surface, but I don't see a WinRT variant for direct app...

Generally, packaged apps are designed to only run when _activated_ - like launched from the start menu, or from a file-type/protocol-scheme invocation, etc. Windows App SDK does not support UWP...

What is the package identity of your WinAppSDK WinUI3 application? The vault uses package identity to isolate creds between applications. If your WinAppSDK app is unpackaged, you likely won't see...

The core problem here is something we're trying to resolve across the API surface - many WinRT APIs need window display information, like where on screen they should pop up...

This is super interesting, thank you! At least in theory there's support for this through a combination of [App Extensions](https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.appextensions?view=winrt-19041) and [App Services](https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.appservice?view=winrt-19041) that would let you put an iframe-like...

> I'm pretty sure @jonwis has explicitly warned me _not_ to try this in the past (again, reliability issues), but I had to see if it was _possible_ 😄 Ow,...

To answer your original question, you'll be able to use Project Reunion functionality in all applications. That includes Windows Forms, WPF, UWP-XAML, WinUI 3.0, custom rendering, Electron, and more. I...

There's other simple samples in https://github.com/microsoft/WindowsAppSDK-Samples/tree/release/experimental/Samples/WindowsAIFoundry targeting the latest 1.8 experimental that has the updated (pretty close to final) API shape and behavior.