От: | Serginio1 | https://habrahabr.ru/users/serginio1/topics/ | |
Дата: | 17.07.20 09:12 | ||
Оценка: |
How it works
On Windows, WebWindow uses the new Chromium-based Edge via webview2, assuming you have that browser installed (it could fall back on older Edge if you don’t, but I haven’t implemented that)
On Mac, it uses the OS’s built-in WKWebView, which is the same technology behind Safari
On Linux, it uses WebKitGTK+2, which is yet again a WebKit-based technology
It uses Cocoa/WebKit on macOS, gtk-webkit2 on Linux and Edge on Windows 10.