MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Using the control into another App Domain (main app running in not accesible app domain)
@mrsteamfist is already working on this.
Since Dec 11, 2020.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Description
We have an WPF windows app. We load dynamic plugin libraries, each one in a different app domain created at runtime based on the found & available plugins.
When using the control inside of a custom user control defined in such a plugin (dynamic created app domain) the control does not show up, as it is invisible. The browser does not show up
Is there any way to include it without accessing the main app domain ? simply use it like any other control ?
Version
SDK: 1.0.721-prerelease
Runtime: latest Chrome
Framework: WPF
OS: Win10
Repro Steps
Include the control in a custom WPF user control xaml file in a library that is loaded into a different app domain that is created at runtime
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.