ARCHIVE - This repository contained XAML Islands wrapper controls and tooling for XAML Islands with WinUI 2, see readme for more info about XAML Islands with WinUI 3 and the WindowsAppSDK.
To test this outside my development machines, I run a Windows Sandbox instance, publish the repro app, copy the published files to it, and run. The app starts with no apparent error, but the page shown is blank. My Sandbox OS is as follows:
Windows 10 Enterprise
Version 1903
OS build 18362.356
Environment
Nuget Package(s):
- Microsoft.Toolkit.Wpf.UI.Controls.WebView
Package Version(s):
- 6.0.0-preview7.1
Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] Insider Build (build number: )
App min and target version:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] Insider Build (xxxxx)
Device form factor:
- [x] Desktop
- [ ] Mobile
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT
Visual Studio
- [ ] 2017 (version: )
- [x ] 2019 Preview (version: 4)
I'm submitting a...
Current behavior
The WebView works fine in my development machines, but in most client machines just shows a blank page.
Expected behavior
The WebView should show the intended page, or at least throw some error.
Minimal reproduction of the problem with instructions
To reproduce the issue, I created a WPF app which just shows the Google search page on load, as follows (Visual Studio 2019 Preview 4):
csproj
is thus:MainWindow
page:Window_Loaded
code-behind event handler, just load a page from the internet:To test this outside my development machines, I run a Windows Sandbox instance, publish the repro app, copy the published files to it, and run. The app starts with no apparent error, but the page shown is blank. My Sandbox OS is as follows:
Environment