Hacker News new | ask | show | jobs
by Kwpolska 1755 days ago
> For instance, The Windows 10 start menu uses EdgeHTML inside (just press F7 and Caret Browsing dialog will show up).

This also happens in Calculator, and if you look at its source code [0], you’ll see it uses XAML views. I think Caret Browsing is a UWP feature, not necessarily an EdgeHTML thing.

[0]: https://github.com/microsoft/calculator/tree/master/src/Calc...

1 comments

I guess Caret Browsing is a EdgeHTML thing and in fact it should not show up in UWP applications. Correct me if I'm wrong.