Skip to content

Commit eac0583

Browse files
maurawinstanleyMaura Winstanley
andauthored
Update new window sample for hololens behaviour (#182)
Co-authored-by: Maura Winstanley <[email protected]>
1 parent 75f3af3 commit eac0583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ private class Option
3333
{
3434
OptionEnum = OptionEnum.DoNothing,
3535
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."
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. " +
37+
"On Hololens 2, this will forward navigate to the requested URI instead of opening a new window."
3738
},
3839
new Option()
3940
{

0 commit comments

Comments
 (0)