Skip to content

Commit

Permalink
Update new window sample for hololens behaviour (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: Maura Winstanley <mwinstanley@microsoft.com>
  • Loading branch information
maurawinstanley and Maura Winstanley committed Apr 25, 2023
1 parent 75f3af3 commit eac0583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SampleApps/webview2_sample_uwp/Pages/NewWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit eac0583

Please sign in to comment.