We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f3af3 commit eac0583Copy full SHA for eac0583
SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs
@@ -33,7 +33,8 @@ private class Option
33
{
34
OptionEnum = OptionEnum.DoNothing,
35
Name = "Open In WebView2 Window",
36
- Description = "Take no action and allow the WebView to handle the creation of the new window. WebView2 will open its own mini-browser window."
+ Description = "Take no action and allow the WebView to handle the creation of the new window. WebView2 will open its own mini-browser window. " +
37
+ "On Hololens 2, this will forward navigate to the requested URI instead of opening a new window."
38
},
39
new Option()
40
0 commit comments