You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
How about using BrowserView instead of webView to render tabs?
Electron's documentation recommends using BrowserView instead of webView - https://www.electronjs.org/docs/latest/api/webview-tag
More about BrowserView -
https://www.electronjs.org/docs/latest/api/browser-view
Will this be an easy change in the given structure of code?