Hacker News new | ask | show | jobs
by devwastaken 2763 days ago
It does. https://wiki.qt.io/QtWebEngine

Webview is unreliable and not used by electron apps for a reason, you cannot control anything about it. You're stuck with whatever native browser the system has. That's alright for basic things, but hardely what you'd sanely deploy tech that relies upon modern js.

1 comments

Not sure what's meant by 'native browser.'. My last gui app used qt-webkit and webviews. It's not chromium and very controllable...
Native browser meaning the systems browser, like safari, or edge.