WindowsAppSDK
WindowsAppSDK copied to clipboard
Proposal: Allow hosting of UWP apps inside UWP apps
Proposal: Allow hosting of UWP apps inside UWP apps
Summary
It would be awesome to be able to host a UWP app insider of another one. This would be similar to what both My People and Xbox game bar do.
Rationale
I am one of the developers of Quarrel which is an unofficial UWP discord client. The developer of MyTube (an unofficial UWP YouTube client) kindly provided us with a dll that contains large parts of the MyTube code that allows us to host an instance of MyTube inside Quarrel to provide youtube embeds in a way that does not require us to pull in a webview. However, it would be much better if we could host the store version of MyTube inside Quarrel similarly to how Xbox game bar can host UWP apps.
I imagine there are many other similar cases in which other developers would find this useful.
Scope
Capability | Priority |
---|---|
This proposal will allow UWP apps to host other UWP apps | Must |
This proposal will allow win32 apps to host UWP apps | Could |
Open Questions
- As this is not related directly to WinUI I'm not certain if this is the correct place to ask?
- Could this have broader security implications?
- Should any UWP app be able to host any other or should it require the hosted UWP app support it?