Mikhail Leliakin
Mikhail Leliakin
I noticed that `setTopBrowserView` was added to Electron [here](https://github.com/electron/electron/pull/27007) by @stewartlord with the note: > Removing and re-adding a view also works but has the problem of introducing a noticeable...
Hi team, In an attempt to fix this issue I tried to develop a single API to replace browserView's. Please, have a look at implementation of `ReplaceBrowserView` in [PR from...
Also, I tried to use a short delay (100ms) before showing new contents after it is attached. I placed sources in [this PR](https://github.com/Imperat/electron/pull/3/files) and it seems to work well. However,...
To locate root reason for this bug I tried to dig into Chromium sources to see how tab switching implemented in browser itself, but I was not quite successful in...
+1 here. On Windows 11 and Electron v 20.1.4 it does not allow me to pick colours outside of window boundaries https://gist.github.com/d83fd232d331c5c2bcbaf6fd26a7f15f However, the web example works well in Chrome:...