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() {