From eac0583a258f2706794675581f6645db6cce6a5f Mon Sep 17 00:00:00 2001 From: maurawinstanley Date: Tue, 25 Apr 2023 10:25:26 -0700 Subject: [PATCH] Update new window sample for hololens behaviour (#182) Co-authored-by: Maura Winstanley --- SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs b/SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs index ca2ebee4..cb4d9075 100644 --- a/SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs +++ b/SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs @@ -33,7 +33,8 @@ private class Option { OptionEnum = OptionEnum.DoNothing, Name = "Open In WebView2 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." + Description = "Take no action and allow the WebView to handle the creation of the new window. WebView2 will open its own mini-browser window. " + + "On Hololens 2, this will forward navigate to the requested URI instead of opening a new window." }, new Option() {