ttth
ttth copied to clipboard
Replace webview
According to the electron docs regarding
Electron's webview tag is based on Chromium's webview, which is undergoing dramatic architectural changes. This impacts the stability of webviews, including rendering, navigation, and event routing. We currently recommend to not use the webview tag and to consider alternatives, like iframe, Electron's BrowserView, or an architecture that avoids embedded content altogether.
Should try to replace them i guess
see discussion here:
https://github.com/electron/electron/issues/18187
This issue seems to be stale