microsoft / microsoft/WindowsAppSDK
Implement Launcher::LaunchUriForResultsAsync for desktop apps
Open
@cwruss is already working on this.
Since Jan 3, 2022.
area-Activation
feature proposal
theme-UwpParity
- Dominant language
- C++
- Stars
- 4.7k
- Forks
- 471
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 28
Description
Related to #1034, #1157.
In UWP apps, you can use Launcher::LaunchUriForResultsAsync to launch another app through protocol activation and make its UI show up in a modal dialog relative to the current CoreWindow. However, it can't be used with Desktop apps (other Launcher methods seem to work just fine).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.