|
|
|
|
|
by WorldMaker
1998 days ago
|
|
New Control Panel stuff is C++/XAML/WinUI, definitely not web controls. The big trouble with Windows' embedded webviews in the past has been that they only updated once or twice a decade with Windows updates, so tied to very specific IE versions and often meaning applications that used them were stuck in specific versions of the web platform. The new "WebView2" from Microsoft is powered by Chromium Edge so it should be a lot closer to Electron in practice (though still, updated at user/system pace [just now on the much faster Chromium Edge cycle rather than the slower Windows cycle], not developer pace which is often the specific draw to Electron). |
|